test with CI set to false...
This commit is contained in:
Robin Jones 2022-11-13 23:30:13 +00:00
Родитель 3231caaca9
Коммит 4de0960dcf
1 изменённых файлов: 2 добавлений и 1 удалений

3
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -7,7 +7,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
env: # TODO: most of these should probably be secret, or at least parsed!
CI: true
CI: false
strategy:
@ -38,6 +38,7 @@ jobs:
npm ci --prefer-offline --ignore-scripts
- name: Rebuild and prepare depencencies
continue-on-error: true #TODO: we currently continue as a warning!
# `npm rebuild` will run all those post-install scripts for us.
run: npm rebuild && npm run prepare --if-present