Compare commits

..

No commits in common. "f51b646430178d6b30a602a4a6cb67429cb2095c" and "1c0570d1a8b4abafc5b4aec5be04354b4accd019" have entirely different histories.

View File

@ -21,10 +21,7 @@ jobs:
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Build the service that will be tested
run: |
pnpm run build
cp -r public .next/standalone/
cp -r .next/static .next/standalone/.next/
run: pnpm run build
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run the service that will be tested
@ -32,4 +29,4 @@ jobs:
- name: Wait for the service to be ready
run: npx wait-on http://127.0.0.1:3000/default/ --timeout 30000
- name: Run Playwright tests
run: pnpm exec playwright test
run: DEBUG=pw:api pnpm exec playwright test