Skip to content

Commit

Permalink
Build the app instead of running on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirrezaNasiri authored Dec 10, 2023
1 parent 9e48b72 commit 0da9555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/golang-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ jobs:
- name: Run integration test
working-directory: .data/MyGolangApp
run: |
go run main.go 2>&1 &
sleep 5
go build main.go
./main &
sleep 1
curl --connect-timeout 10 http://0.0.0.0:8080

0 comments on commit 0da9555

Please sign in to comment.