Skip to content

CI: Try to upload report to gh-pages -- attempt 1 (#57) #11

CI: Try to upload report to gh-pages -- attempt 1 (#57)

CI: Try to upload report to gh-pages -- attempt 1 (#57) #11

Workflow file for this run

name: E2E
on:
workflow_dispatch:
push:
branches: main
jobs:
smoke-test:
runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
pages: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Install headless browser
run: pnpm exec playwright install --with-deps
- name: Smoke test
run: pnpm run test:e2e
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
- artifact_name: 'playwright-report'

Check failure on line 49 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / E2E

Invalid workflow file

The workflow is not valid. .github/workflows/e2e.yml (Line: 49, Col: 9): A sequence was not expected