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 b478d73Copy full SHA for b478d73
.github/workflows/ci.yml
@@ -188,6 +188,17 @@ jobs:
188
189
- run: cargo build --tests --workspace
190
- run: cargo test --workspace
191
+ env:
192
+ INSTA_UPDATE: new
193
+
194
+ - name: Upload PNG snapshot artifacts on test failure
195
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
196
+ if: failure()
197
+ with:
198
+ name: insta-snapshots-png
199
+ path: |
200
+ crates/crates_io_og_image/src/snapshots
201
+ retention-days: 14
202
203
frontend-lint:
204
name: Frontend / Lint
0 commit comments