mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 19:13:15 +00:00
fix: add nodejs_version to e2e test build of frontend
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
07c7c97b86
commit
d04e76cb21
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -163,6 +163,7 @@ jobs:
|
|||
run: yarn turbo run build:test --filter=frontend
|
||||
shell: bash
|
||||
env:
|
||||
NODEJS_VERSION: ${{ env.NODEJS_VERSION }}
|
||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||
TURBO_API: ${{ vars.TURBO_API }}
|
||||
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
|
||||
|
@ -180,6 +181,7 @@ jobs:
|
|||
run: yarn turbo run test:e2e:ci --filter=frontend
|
||||
shell: bash
|
||||
env:
|
||||
NODEJS_VERSION: ${{ env.NODEJS_VERSION }}
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue