mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-05 23:13:05 +00:00
use sh to run install scrip
This commit is contained in:
parent
4fbd2102a8
commit
50a20c9963
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
# as long as the file doesn't change we can reuse the circom binary.
|
# as long as the file doesn't change we can reuse the circom binary.
|
||||||
key: ${{ runner.os }}-circom-${{ hashFiles('./scripts/install-circom.sh') }}
|
key: ${{ runner.os }}-circom-${{ hashFiles('./scripts/install-circom.sh') }}
|
||||||
- name: Install circom if not cached
|
- name: Install circom if not cached
|
||||||
run: ./scripts/install-circom.sh
|
run: sh ./scripts/install-circom.sh
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user