We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45d09f commit a4612eaCopy full SHA for a4612ea
.github/workflows/ci.yml
@@ -189,6 +189,16 @@ jobs:
189
- run: cargo build --tests --workspace
190
- run: cargo test --workspace
191
192
+ - name: Upload PNG snapshot artifacts on test failure
193
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
194
+ if: failure()
195
+ with:
196
+ name: insta-snapshots-png
197
+ path: |
198
+ crates/crates_io_og_image/src/snapshots/*.png
199
+ crates/crates_io_og_image/src/snapshots/*.snap.new.png
200
+ retention-days: 14
201
+
202
frontend-lint:
203
name: Frontend / Lint
204
runs-on: ubuntu-24.04
0 commit comments