We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a15c3 commit b5fce40Copy full SHA for b5fce40
.github/workflows/commit.yml
@@ -20,9 +20,10 @@ jobs:
20
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
21
restore-keys: |
22
${{ runner.os }}-node-
23
- - run: cd backend
24
- run: npm install
+ working-directory: backend
25
- run: npm run build
26
27
28
test:
29
needs: build
@@ -38,6 +39,7 @@ jobs:
38
39
40
41
42
43
44
- run: npm run test
45
0 commit comments