Skip to content

Commit

Permalink
Merge pull request #37 from gardusig/fraud-service
Browse files Browse the repository at this point in the history
Updated fraud service gh wf
  • Loading branch information
gardusig authored Nov 5, 2023
2 parents aa36571 + cc40879 commit c022322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fraud_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Start server
run: docker-compose up -d server
- name: Wait for server to start
run: while ! docker-compose logs --tail server | grep -q "server listening at \[::\]:50051"; do sleep 1; done
run: while ! docker-compose logs --tail server | grep -q "server listening at"; do sleep 1; done
- name: Run client tests
run: docker-compose up client
- name: Pause the server
Expand Down

0 comments on commit c022322

Please sign in to comment.