Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Mar 15, 2024
1 parent 984201b commit ae2fcae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,20 @@ jobs:
- uses: isbang/[email protected]
with:
compose-file: "./test/docker-compose.yml"
down-flags: "--volumes"
- run:
command: docker-compose run --rm test-acceptance.puppeteer
working_directory: test
when: always
- run:
command: docker-compose run --rm test-rest
working_directory: test
when: always
- run:
command: docker-compose run --rm test-acceptance.webdriverio
working_directory: test
when: always
- run:
command: docker-compose run --rm test-bdd.faker
working_directory: test
when: always

0 comments on commit ae2fcae

Please sign in to comment.