mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
Don't ignore image files for tests
This commit is contained in:
parent
53264fcdea
commit
fd8612293e
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -20,14 +20,12 @@ on:
|
|||||||
- ".nvrmc" # Updates to node version can break tests
|
- ".nvrmc" # Updates to node version can break tests
|
||||||
- "vite.*.ts" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts
|
- "vite.*.ts" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts
|
||||||
- "tsconfig*.json" # tsconfig.json tweaking can impact compilation
|
- "tsconfig*.json" # tsconfig.json tweaking can impact compilation
|
||||||
- "global.d.ts" # I think this can impact tests? (REMOVE COMMENT AFTER REVIEW)
|
- "global.d.ts"
|
||||||
- ".env.*"
|
- ".env.*"
|
||||||
# Blanket negations for files that cannot impact tests
|
# Blanket negations for files that cannot impact tests
|
||||||
- "!**/*.py" # No .py files
|
- "!**/*.py" # No .py files
|
||||||
- "!**/*.sh" # No .sh files
|
- "!**/*.sh" # No .sh files
|
||||||
- "!**/*.md" # No .md files
|
- "!**/*.md" # No .md files
|
||||||
- "!**/*.png"
|
|
||||||
- "!**/*.jpg"
|
|
||||||
- "!**/.git*" # .gitkeep and family
|
- "!**/.git*" # .gitkeep and family
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -46,14 +44,12 @@ on:
|
|||||||
- ".nvrmc" # Updates to node version can break tests
|
- ".nvrmc" # Updates to node version can break tests
|
||||||
- "vite*" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts
|
- "vite*" # vite.config.ts, vite.vitest.config.ts, vitest.workspace.ts
|
||||||
- "tsconfig*.json" # tsconfig.json tweaking can impact compilation
|
- "tsconfig*.json" # tsconfig.json tweaking can impact compilation
|
||||||
- "global.d.ts" # I think this can impact tests? (REMOVE COMMENT AFTER REVIEW)
|
- "global.d.ts"
|
||||||
- ".env.*"
|
- ".env.*"
|
||||||
# Blanket negations for files that cannot impact tests
|
# Blanket negations for files that cannot impact tests
|
||||||
- "!**/*.py" # No .py files
|
- "!**/*.py" # No .py files
|
||||||
- "!**/*.sh" # No .sh files
|
- "!**/*.sh" # No .sh files
|
||||||
- "!**/*.md" # No .md files
|
- "!**/*.md" # No .md files
|
||||||
- "!**/*.png"
|
|
||||||
- "!**/*.jpg"
|
|
||||||
- "!**/.git*" # .gitkeep and family
|
- "!**/.git*" # .gitkeep and family
|
||||||
merge_group:
|
merge_group:
|
||||||
types: [checks_requested]
|
types: [checks_requested]
|
||||||
|
Loading…
Reference in New Issue
Block a user