Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Apr 5, 2024
1 parent 5ef7795 commit 1e8e2b9
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Run tests

on:
push
# push:
# branches-ignore:
# - "main"
push:
branches-ignore:
- "main"

jobs:
run-tests:
Expand Down Expand Up @@ -33,18 +32,13 @@ jobs:
restore-keys: |
${{ runner.os }}-playwright-
- name: Install dependencies
run: npm ci

- name: Install Playwright
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps

- if: ${{ steps.cache-npm.outputs.cache-hit != 'true' }}
name: List the state of node modules
continue-on-error: true
run: npm list

- name: Install dependencies
run: npm ci

- name: Start backend
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
Expand Down

0 comments on commit 1e8e2b9

Please sign in to comment.