mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Move project to separate folder
This commit is contained in:
parent
dc3a7bf6e2
commit
b1ca2d2dc5
62 changed files with 4 additions and 1 deletions
5
.github/workflows/test-on-pr.yml
vendored
5
.github/workflows/test-on-pr.yml
vendored
|
|
@ -18,10 +18,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: "lts/*"
|
node-version: "lts/*"
|
||||||
|
|
||||||
|
- name: Go to safe-chain directory
|
||||||
|
run: cd safe-chain
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run unit tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
|
|
|
||||||
0
package-lock.json → safe-chain/package-lock.json
generated
0
package-lock.json → safe-chain/package-lock.json
generated
Loading…
Add table
Add a link
Reference in a new issue