mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:49:52 +01:00
[CI] upload the forgejo under test as an artifact for end-to-end (squash) after build
(cherry picked from commit ba35f42e3d
)
This commit is contained in:
parent
50290011b2
commit
ddf43faecb
1 changed files with 4 additions and 3 deletions
|
@ -48,6 +48,7 @@ jobs:
|
|||
|
||||
cascade:
|
||||
if: github.event.action == 'label_updated' && contains(github.event.pull_request.labels.*.name, 'run-end-to-end-tests')
|
||||
needs: [build]
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:20-bookworm
|
||||
|
|
Loading…
Reference in a new issue