may be with CI=false?

This commit is contained in:
Pavel Murygin 2022-02-21 19:54:37 +03:00
parent f0720652af
commit 1d23def404
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -69,5 +69,5 @@ jobs:
CI: true
run: |
npm i
npm run build
CI=false npm run build
npm run test