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

Commit

Permalink
Start the app before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
64ArthurAraujo committed Apr 25, 2024
1 parent 45557eb commit 1711eac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ on:
pull_request:
branches: [ main, master ]
jobs:
start-app:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Start app in background
run: npm run web &
test:
timeout-minutes: 60
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1711eac

Please sign in to comment.