mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-21 15:40:58 -05:00
cosmetic change to integration
This commit is contained in:
parent
c77cf483dd
commit
fb9e03dc6f
1 changed files with 4 additions and 4 deletions
|
@ -11,21 +11,21 @@ jobs:
|
|||
password: admin1234
|
||||
image-version: 1.19
|
||||
|
||||
- name: 001uploadaction
|
||||
- name: Upload
|
||||
run: |
|
||||
forgejo-test-helper.sh push_self_action http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser forgejo-release vTest
|
||||
|
||||
- name: 002upload-download
|
||||
- name: Upload and download
|
||||
run: |
|
||||
export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
|
||||
forgejo-test-helper.sh run_workflow testdata/upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser upload-download forgejo-release "${{ steps.forgejo.outputs.token }}"
|
||||
|
||||
- name: 003nestedupload-download
|
||||
- name: Nested upload and download
|
||||
run: |
|
||||
export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
|
||||
forgejo-test-helper.sh run_workflow testdata/nested-upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser nested-upload-download forgejo-release "${{ steps.forgejo.outputs.token }}"
|
||||
|
||||
- name: 004selftest
|
||||
- name: Self test
|
||||
run: |
|
||||
set -ex
|
||||
export FORGEJO="${{ steps.forgejo.outputs.url }}"
|
||||
|
|
Loading…
Reference in a new issue