mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
may be with CI=false?
This commit is contained in:
parent
f0720652af
commit
1d23def404
@ -60,6 +60,6 @@ jobs:
|
||||
CI: true
|
||||
run: |
|
||||
npm i
|
||||
npm run build
|
||||
CI=false npm run build
|
||||
npm run test -w nodejs
|
||||
npm run test -w web
|
||||
|
2
.github/workflows/test-js-projects.yml
vendored
2
.github/workflows/test-js-projects.yml
vendored
@ -69,5 +69,5 @@ jobs:
|
||||
CI: true
|
||||
run: |
|
||||
npm i
|
||||
npm run build
|
||||
CI=false npm run build
|
||||
npm run test
|
||||
|
Loading…
Reference in New Issue
Block a user