Skip to content

Commit 2ed9755

Browse files
committed
feat: test background action
1 parent 62c270d commit 2ed9755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
# whenever possible, move unrelated scripts to a different step
7070
# to background multiple processes: add & to the end of the command
7171

72-
# wait-on: |
73-
# http://localhost:8080/v2/builds
72+
wait-on: |
73+
http://localhost:8080
7474
# IMPORTANT: to use environment variables in wait-on, you must use this form: ${{ env.VAR }}
7575
# See wait-on section below for all resource types and prefixes
7676

0 commit comments

Comments
 (0)