Skip to content

Commit

Permalink
ci: Upload generated images as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorArthur committed Aug 4, 2024
1 parent 42970e7 commit 8d44a8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d44a8d

Please sign in to comment.