Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Apr 28, 2023
1 parent bde1615 commit 2a9bc00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
tox -e ${{ matrix.config[1] }}
- name: Save Buildout
uses: actions/upload-artifact@v3
# safe artifacts only for failing tests
if: ${{ failure() }}
with:
name: generated-buildout-${{ matrix.os[0] }}-${{ matrix.config[0] }}
path: sample-buildout
uses: actions/upload-artifact@v3
# safe artifacts only for failing tests
if: ${{ failure() }}
with:
name: generated-buildout-${{ matrix.os[0] }}-${{ matrix.config[0] }}
path: sample-buildout

0 comments on commit 2a9bc00

Please sign in to comment.