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

recursive tests

This commit is contained in:
Earl Warren 2023-03-27 17:17:17 +02:00
parent 245db64a1e
commit d37076a4e9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 113 additions and 1 deletions

View file

@ -8,8 +8,14 @@ jobs:
uses: https://code.forgejo.org/actions/setup-forgejo@v1
with:
user: testuser
password: admin1234
image-version: 1.19
- run: |
- name: 001
run: |
testdata/run.sh push_self http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser setup-forgejo-release
testdata/run.sh workflow http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser try-setup-forgejo-release
- name: 002
run: |
set -ex
curl -sS ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.19
export FORGEJO="${{ steps.forgejo.outputs.url }}"