Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Mar 17, 2024
1 parent af44e77 commit 2afa3cd
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,12 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov

- name: e2e - Starting service
- name: e2e
run: |
go build .
go build -o ./service .
nohup ./service &
working-directory: ./examples/service

- name: Starting client
run: |
go run main.go
working-directory: ./examples/client
go run client/main.go
working-directory: ./examples

- name: Stop dependencies
run: make deps-stop

0 comments on commit 2afa3cd

Please sign in to comment.