Skip to content

Commit

Permalink
Archive Golden Failures if test is true
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Borries committed Apr 7, 2022
1 parent 9f2b27e commit 19bd1e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/melos_quality_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ jobs:
run: melos run lint:all
- name: Run Tests
if: ${{ inputs.test }}
run: melos run test:coverage:all
run: melos run test:coverage:all
- name: Archive Golden failures
if: ${{ inputs.test }}
uses: actions/upload-artifact@v3
with:
name: Golden failures
retention-days: 5
path: |
**/test/**/failures/**/*.*

0 comments on commit 19bd1e7

Please sign in to comment.