Fix build_desktop_test for downstream runs
This commit is contained in:
@@ -31,6 +31,10 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
description: "Additional arguments to pass to playwright, for e.g. skipping specific tests"
|
description: "Additional arguments to pass to playwright, for e.g. skipping specific tests"
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
env:
|
||||||
|
REPO: ${{ github.action_repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test ${{ inputs.project }}
|
name: Test ${{ inputs.project }}
|
||||||
@@ -38,7 +42,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.action_repository }}
|
repository: ${{ env.REPO }}
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
|
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
|
||||||
|
|||||||
Reference in New Issue
Block a user