Build and start the application
Some checks failed
Playwright Tests / test (pull_request) Has been cancelled

This commit is contained in:
Manuel Bustillo 2024-08-11 21:03:31 +02:00
parent b1cec97389
commit 4c2f514e8b

View File

@ -15,6 +15,8 @@ jobs:
node-version: lts/* node-version: lts/*
- name: Install dependencies - name: Install dependencies
run: npm install -g pnpm && pnpm install run: npm install -g pnpm && pnpm install
- name: Build and start the service that will be tested
run: npm run build && npm run start &
- name: Install Playwright Browsers - name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps run: pnpm exec playwright install --with-deps
- name: Run Playwright tests - name: Run Playwright tests