mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 10:22:38 +00:00
Add sudo to CI npm install
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install ganache-cli
|
||||
run: npm install -g ganache-cli
|
||||
run: sudo npm install -g ganache-cli
|
||||
- name: Run release tests
|
||||
run: cargo test --release --all
|
||||
debug-tests-ubuntu:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install ganache-cli
|
||||
run: npm install -g ganache-cli
|
||||
run: sudo npm install -g ganache-cli
|
||||
- name: Run debug tests & check formatting
|
||||
run: cargo test --all
|
||||
- name: Check formatting with cargo fmt
|
||||
|
||||
Reference in New Issue
Block a user