Skip to content

Commit 2191a39

Browse files
committed
added install packagelock to both backend and frontend in integrate.yml
1 parent d67581c commit 2191a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/setup-node@v1
2626
with:
2727
node-version: 18
28+
- run: npm install --package-lock-only
2829
- run: npm ci
2930
- run: npm run build
3031
- run: npx jest --config __backend-tests__/jest.config.js --verbose

0 commit comments

Comments
 (0)