feat: add install-e2e-binaries input flag for frontend setup composite action (#878)

This commit is contained in:
Dominik Pschenitschni
2025-06-16 22:41:23 +02:00
committed by GitHub
parent 82e4a9d0f4
commit 7d954cd5bf
2 changed files with 17 additions and 1 deletions

View File

@@ -300,6 +300,8 @@ jobs:
with:
name: vikunja_bin
- uses: ./.github/actions/setup-frontend
with:
install-e2e-binaries: true
- name: Download Frontend
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
with:
@@ -307,6 +309,7 @@ jobs:
path: ./frontend/dist
- run: chmod +x ./vikunja
- uses: cypress-io/github-action@v6
timeout-minutes: 20
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
@@ -321,6 +324,7 @@ jobs:
VIKUNJA_DATABASE_TYPE: sqlite
VIKUNJA_RATELIMIT_NOAUTHLIMIT: 1000
with:
install: false
working-directory: frontend
browser: chrome
record: true