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 27a4301 commit 51bca13Copy full SHA for 51bca13
.github/workflows/ci.yml
@@ -209,10 +209,20 @@ jobs:
209
- run: cargo build --tests --workspace
210
- run: cargo test --workspace
211
env:
212
+ INSTA_UPDATE: new
213
# Set the path to the Fira Sans font for Typst.
214
# The path is relative to the `crates_io_og_image` crate root.
215
TYPST_FONT_PATH: ../../Fira-4.202/otf
216
217
+ - name: Upload PNG snapshot artifacts on test failure
218
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
219
+ if: failure()
220
+ with:
221
+ name: insta-snapshots-png
222
+ path: |
223
+ crates/crates_io_og_image/src/snapshots
224
+ retention-days: 14
225
+
226
frontend-lint:
227
name: Frontend / Lint
228
runs-on: ubuntu-24.04
0 commit comments