1
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2025-06-08 03:58:19 +02:00

non nested upload/download tests

This commit is contained in:
Earl Warren 2023-03-30 08:52:59 +02:00
parent df1717d07c
commit 3a07a6062f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 45 additions and 2 deletions

View file

@ -15,6 +15,7 @@ jobs:
set -ex
export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}"
forgejo-test-helper.sh push_self_action http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser forgejo-release vTest
forgejo-test-helper.sh run_workflow testdata/upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser upload-download forgejo-release
forgejo-test-helper.sh run_workflow testdata/nested-upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser nested-upload-download forgejo-release
- name: 002
run: |