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 e759656

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/main.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +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-dark.gif?palette=github-dark
42+
dist/github-contribution-grid-snake-transparent.gif?color_background=transparent
4143
dist/github-contribution-grid-snake-ocean.gif?color_snake=orange&color_dots=#dadcdf94,#8dbdff,#64a1f4,#4b91f1,#3c7dd9
4244
4345
- name: ensure the generated file exists
@@ -48,6 +50,8 @@ jobs:
4850
test -f dist/github-contribution-grid-snake-ocean.svg
4951
test -f dist/github-contribution-grid-snake-grey.svg
5052
test -f dist/github-contribution-grid-snake.gif
53+
test -f dist/github-contribution-grid-snake-transparent.gif
54+
test -f dist/github-contribution-grid-snake-dark.gif
5155
test -f dist/github-contribution-grid-snake-ocean.gif
5256
5357
- uses: crazy-max/[email protected]

0 commit comments

Comments
 (0)