Skip to content

Commit

Permalink
remove network flag
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Sep 7, 2024
1 parent f1c770b commit ef31173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- name: Build the stack
run: docker compose up -d db ldap inbucket
- name: Run Tests
run: docker compose run --service-ports --network abrechnung_compose_network backend "npm run test"
run: docker compose run --service-ports backend "npm run test"

0 comments on commit ef31173

Please sign in to comment.