mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2025-06-08 03:58:19 +02:00
adapt shell tests
This commit is contained in:
parent
d12e05c347
commit
ca02749d65
3 changed files with 29 additions and 27 deletions
|
@ -20,6 +20,7 @@ jobs:
|
|||
run: |
|
||||
set -ex
|
||||
export FORGEJO="${{ steps.forgejo.outputs.url }}"
|
||||
export RELEASETEAMTOKEN="${{ steps.forgejo.outputs.token }}"
|
||||
export CI_REPO_OWNER=testuser
|
||||
testdata/forgejo-release-test.sh test_run
|
||||
export TOKEN="${{ steps.forgejo.outputs.token }}"
|
||||
export DOER=testuser
|
||||
export VERBOSE=true
|
||||
testdata/forgejo-release-test.sh test_run testuser otherrepo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue