Skip to content

Commit

Permalink
unify
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Sep 7, 2024
1 parent 3f13df7 commit d70199f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Build the stack
run: docker compose up -d db ldap inbucket
- name: Run Tests
run: docker compose run --service-ports backend npm run test
run: docker compose run backend npm run test
2 changes: 1 addition & 1 deletion .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Build Backend
run: docker compose build
- name: Build Frontend
run: docker run abrechnung-frontend "npm run build"
run: docker compose run frontend npm run build

0 comments on commit d70199f

Please sign in to comment.