Skip to content

Commit

Permalink
Remove wait
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Aug 29, 2024
1 parent d5e84b8 commit 3af4ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cucumber-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Docker
run: |
docker compose -f docker-compose.yml up --wait --wait-timeout 240
docker compose -f docker-compose.yml up
cucumber:
name: Run Cucmber Tests
Expand Down

0 comments on commit 3af4ac7

Please sign in to comment.