Remove erroneous npx playwright install

This commit is contained in:
Daniel LaLiberte 2024-01-10 01:45:07 +00:00 коммит произвёл James Scott
Родитель 75dc6872fb
Коммит be0e35740d
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -60,6 +60,4 @@ jobs:
- run: npm run build --if-present
- name: Run web test runner
run: |
npx playwright install
npm run webtest
run: npm run webtest