Skip to content

Commit 3d5a687

Browse files
committed
tests - wait-for-port get before install
1 parent a94604f commit 3d5a687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Start Servers and Run Tests
2828
run: |
2929
go run test_api/todo/server.go & go run main.go & sleep 10
30+
go get github.com/bitnami/wait-for-port
3031
go install github.com/bitnami/wait-for-port
3132
wait-for-port 8080 --timeout=60
3233
wait-for-port 9090 --timeout=60

0 commit comments

Comments
 (0)