Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lassebje committed Aug 27, 2024
1 parent c7e4c40 commit 42ee274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@master
- name: "Build Docker Images"
run: docker-compose build simapy
run: docker compose build simapy
- name: "Tests"
run: docker-compose run simapy pytest --junitxml output/report.xml
run: docker compose run simapy pytest --junitxml output/report.xml

0 comments on commit 42ee274

Please sign in to comment.