Skip to content

Commit

Permalink
Remove duplicate docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Aug 29, 2024
1 parent 0b52d61 commit f379518
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cucumber-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ jobs:
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Set up Docker
run: |
docker compose -f docker-compose.yml up
- name: Run tests
run: bundle exec cucumber HEADLESS=true HOST=localhost

0 comments on commit f379518

Please sign in to comment.