fix nightly builds (#2590)
This commit is contained in:

committed by
GitHub

parent
12ec2748b4
commit
893f13e59d
4
.github/workflows/nightly-rainforest.yml
vendored
4
.github/workflows/nightly-rainforest.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user