Skip to content

Commit 464d44b

Browse files
committed
add appropriate paths to testing
1 parent 91de218 commit 464d44b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ on:
44
pull_request:
55
paths:
66
- "module/autorec.json"
7+
- "scripts/combine-animations.mjs"
78
- ".github/check-autorec.js"
9+
- ".github/workflows/test.yml"
810
push:
911
paths:
10-
- ".github/check-autorec.js"
1112
- "module/autorec.json"
13+
- "scripts/combine-animations.mjs"
14+
- ".github/check-autorec.js"
15+
- ".github/workflows/test.yml"
1216

1317
jobs:
1418
build:
@@ -27,7 +31,7 @@ jobs:
2731
run: npm install @actions/core
2832

2933
- name: Combine Animation Files
30-
run: node ./scripts/combine-animations.mjs
34+
run: node scripts/combine-animations.mjs
3135

3236
- name: Test
3337
run: node .github/check-autorec.js

0 commit comments

Comments
 (0)