outputs do not cross local actions
This commit is contained in:
parent
f4c266f6b2
commit
4e517fb4df
1 changed files with 0 additions and 3 deletions
|
@ -126,9 +126,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- uses: ./.forgejo/prepare-end-to-end
|
- uses: ./.forgejo/prepare-end-to-end
|
||||||
- name: skip if S3 cache hit
|
|
||||||
if: steps.S3.outputs.cache-hit != 'true'
|
|
||||||
run: echo no hit
|
|
||||||
- run: su forgejo -c "./end-to-end.sh test_upgrades"
|
- run: su forgejo -c "./end-to-end.sh test_upgrades"
|
||||||
- run: su forgejo -c "./end-to-end.sh test_storage"
|
- run: su forgejo -c "./end-to-end.sh test_storage"
|
||||||
- name: full logs
|
- name: full logs
|
||||||
|
|
Loading…
Add table
Reference in a new issue