Skip to content

Commit 6538ae7

Browse files
committed
everthing in one run block
1 parent 971bd70 commit 6538ae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
run: |
2929
go run test_api/todo/server.go &
3030
go run main.go &
31+
go install github.com/bitnami/wait-for-port
32+
wait-for-port 8080
33+
wait-for-port 9090
34+
go test -v ./...
3135
3236
- name: Wait for Todo Server
3337
run: |

0 commit comments

Comments
 (0)