This commit is contained in:
James Scott 2023-08-31 14:03:32 +00:00
Родитель c7697a287c
Коммит 4fc75f7407
1 изменённых файлов: 7 добавлений и 3 удалений

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

@ -55,9 +55,13 @@ jobs:
run: |
npm install -g gulp
- run: npm config set script-shell bash --global
- run: npm run setup
- run: |
npm config set script-shell bash
npm run setup
- run: npm run build --if-present
- name: Run web test runner
run: npm run webtest
run: |
npm config set script-shell bash
npm run webtest