Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Sep 7, 2024
1 parent 35f2e4b commit 3f13df7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 --service-ports backend npm run test
4 changes: 2 additions & 2 deletions .github/workflows/migration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
replace: 'NODE_ENV=production'
include: '.env'
- name: Start previous release
run: docker compose -f deploy-compose.yml run backend "npm run setup"
run: docker compose -f deploy-compose.yml run backend npm run setup
- name: Run Migration
run: docker compose run backend "npm run setup"
run: docker compose run backend npm run setup

0 comments on commit 3f13df7

Please sign in to comment.