Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeuagaen committed May 20, 2024
1 parent 5a6eca0 commit d4ea5c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ playwright-test:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x' # изменить версию Node.js на 16.x
node-version: '16.x' # Измените на версию 16.x
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
# - uses: actions/setup-node@v2
# with:
# node-version: '18.x' # Уберите или закомментируйте этот шаг, если он есть
# - name: Run Playwright tests
# run: npx playwright test
- uses: actions/upload-artifact@v2
Expand All @@ -21,4 +24,3 @@ playwright-test:
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit d4ea5c3

Please sign in to comment.