Skip to content

Commit 44629bb

Browse files
committed
make sure we're installing backend npm packages
1 parent 33c3e6f commit 44629bb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/backend-qa.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
get-environment:
1515
name: Prepare Environment
1616
runs-on: ubuntu-latest
17-
defaults:
18-
run:
19-
working-directory: apps/backend-services
2017
outputs:
2118
environment: ${{ steps.env.outputs.environment }}
2219
steps:
@@ -37,7 +34,7 @@ jobs:
3734
restore-keys: |
3835
${{ runner.os }}-node-
3936
- name: Install dependencies
40-
run: npm ci
37+
run: cd apps/backend-services && npm ci
4138

4239
unit-tests:
4340
name: Unit Tests

0 commit comments

Comments
 (0)