mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Save a list of observed images after workflow
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
committed by
Andrei Kvapil
parent
7f9f850b47
commit
fa6442998a
9
.github/workflows/pull-requests.yaml
vendored
9
.github/workflows/pull-requests.yaml
vendored
@@ -329,6 +329,15 @@ jobs:
|
||||
- name: Set sandbox ID
|
||||
run: echo "SANDBOX_NAME=cozy-e2e-sandbox-$(echo "${GITHUB_REPOSITORY}:${GITHUB_WORKFLOW}:${GITHUB_REF}" | sha256sum | cut -c1-10)" >> $GITHUB_ENV
|
||||
|
||||
- name: List images used
|
||||
run: make -C packages/core/testing SANDBOX_NAME=$SANDBOX_NAME list-images
|
||||
|
||||
- name: Upload image list
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: image-list
|
||||
path: images.txt
|
||||
|
||||
- name: Tear down sandbox
|
||||
run: make -C packages/core/testing SANDBOX_NAME=$SANDBOX_NAME delete
|
||||
|
||||
|
||||
Reference in New Issue
Block a user