Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
test: merged pull-request/validate workflow into playwright/test to r…
Browse files Browse the repository at this point in the history
…educe duplicate setup time and changed to node 20.x
  • Loading branch information
pajotg committed Apr 2, 2024
1 parent 4ede53c commit 0c7f7d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 33 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: yarn
cache-dependency-path: "yarn.lock"
- name: Install node modules
run: yarn install --frozen-lockfile
run: yarn --frozen-lockfile --prefer-offline
- name: Run linter
run: yarn lint
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/pull-request.yaml

This file was deleted.

0 comments on commit 0c7f7d6

Please sign in to comment.