mirror of
https://github.com/fluencelabs/examples
synced 2025-04-26 19:22:19 +00:00
may be with CI=false?
This commit is contained in:
parent
f0720652af
commit
1d23def404
@ -60,6 +60,6 @@ jobs:
|
|||||||
CI: true
|
CI: true
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
CI=false npm run build
|
||||||
npm run test -w nodejs
|
npm run test -w nodejs
|
||||||
npm run test -w web
|
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
|
CI: true
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm run build
|
CI=false npm run build
|
||||||
npm run test
|
npm run test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user