ci: Upload generated images as artifacts

This commit is contained in:
Arthur Moore 2024-08-04 03:30:11 -04:00
parent 42970e71fe
commit d59adee4f4

View file

@ -60,6 +60,12 @@ jobs:
working-directory: ./tests
run: python3 -m unittest
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: images
path: images/**/*.png
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false