Skip to content

Commit

Permalink
debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Feb 28, 2024
1 parent 2591f66 commit 5567b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright_pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: npx playwright install
- name: Run regression tests for chromium
env:
BASE_URL: ${{ secrets.BASE_URL }}
Expand Down

0 comments on commit 5567b35

Please sign in to comment.