ci: fix
Build / Build-and-ng-test (pull_request) Failing after 57s Details

This commit is contained in:
Mihajlo Medjedovic 2024-04-12 21:37:49 +02:00
parent 80a0db951d
commit 4a01f3d490
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18.2
- name: Write .npmrc file
run: echo "$NPMRC" > client/.npmrc
@ -38,5 +38,7 @@ jobs:
- name: Angular Tests
run: |
pwd
ls
cd client
npm run test:headless