WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fbdb479

Browse files
committed
👷 add gif generation tests
1 parent ab5e6c7 commit fbdb479

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/main.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
dist/github-contribution-grid-snake-ocean.svg?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
3939
dist/github-contribution-grid-snake-grey.svg?color_snake=111&color_dots=#eee,#aaa,#888,#666,#444
4040
dist/github-contribution-grid-snake.gif
41-
dist/github-contribution-grid-snake-ocean.gif?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
41+
dist/github-contribution-grid-snake-dark.gif?palette=github-dark
42+
dist/github-contribution-grid-snake-ocean.gif?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9&color_background=#f7f8fa
4243
4344
- name: ensure the generated file exists
4445
run: |
@@ -48,6 +49,7 @@ jobs:
4849
test -f dist/github-contribution-grid-snake-ocean.svg
4950
test -f dist/github-contribution-grid-snake-grey.svg
5051
test -f dist/github-contribution-grid-snake.gif
52+
test -f dist/github-contribution-grid-snake-dark.gif
5153
test -f dist/github-contribution-grid-snake-ocean.gif
5254
5355
- uses: crazy-max/[email protected]

0 commit comments

Comments
 (0)