fix nightly builds (#2590)

This commit is contained in:
Antonis Stamatiou
2023-03-07 15:55:32 +02:00
committed by GitHub
parent 12ec2748b4
commit 893f13e59d
2 changed files with 7 additions and 14 deletions

View File

@@ -30,7 +30,9 @@ jobs:
run: ./scripts/Makefile.ps1 optimize
- name: nightly/install-deps
shell: powershell
run: ./scripts/Makefile.ps1 install-deps
run: |
./scripts/Makefile.ps1 install-deps
npm ci
- name: nightly/test
uses: ./.github/actions/test
- name: nightly/patch-version