mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 06:46:59 +01:00
use the registered runner file
This commit is contained in:
parent
df08855107
commit
31487b1348
1 changed files with 3 additions and 1 deletions
|
@ -19,5 +19,7 @@ jobs:
|
|||
|
||||
- name: tests
|
||||
run: |
|
||||
FORGEJO_RUNNER_CONFIG=$(pwd)/tests/runner-config.yaml forgejo-runner.sh reload
|
||||
runner_config=$(pwd)/tests/runner-config.yaml
|
||||
sed -i -e 's|file: .runner|file: ${{ steps.forgejo.outputs.runner-file }}|' $runner_config
|
||||
FORGEJO_RUNNER_CONFIG=$runner_config forgejo-runner.sh reload
|
||||
tests/run.sh --host_port ${{ steps.forgejo.outputs.host-port }} --url ${{ steps.forgejo.outputs.url }} --token ${{ steps.forgejo.outputs.token }}
|
||||
|
|
Loading…
Add table
Reference in a new issue