outputs do not cross local actions

This commit is contained in:
Twenty Panda 2024-03-20 19:44:15 +01:00
parent f4c266f6b2
commit 4e517fb4df

View file

@ -126,9 +126,6 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- 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_storage"
- name: full logs