Skip to content

Commit

Permalink
same for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Sep 5, 2024
1 parent b576066 commit d7b64ce
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/run-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Checks
name: Check build

on:
workflow_dispatch:
Expand All @@ -17,19 +17,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm ci
- name: Build
run: npm run build

- name: Prepare tests
run: npx playwright install --with-deps

- name: Run tests
run: npm test


0 comments on commit d7b64ce

Please sign in to comment.