Skip to content

Commit

Permalink
Upload changed snapshots from all dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Dec 8, 2023
1 parent 5648be6 commit 53cfcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-${{ matrix.rust }}-failed_snapshots
path: src/tests/cases/snapshots/*.snap.new
path: '**/*.snap.new'

- name: Upload unix binary
if: ${{ matrix.os != 'windows-latest' && ( success() || steps.build.outcome == 'success' ) }}
Expand Down

0 comments on commit 53cfcd0

Please sign in to comment.