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 91de218 commit 464d44bCopy full SHA for 464d44b
1 file changed
.github/workflows/test.yml
@@ -4,11 +4,15 @@ on:
4
pull_request:
5
paths:
6
- "module/autorec.json"
7
+ - "scripts/combine-animations.mjs"
8
- ".github/check-autorec.js"
9
+ - ".github/workflows/test.yml"
10
push:
11
- - ".github/check-autorec.js"
12
13
14
+ - ".github/check-autorec.js"
15
16
17
jobs:
18
build:
@@ -27,7 +31,7 @@ jobs:
27
31
run: npm install @actions/core
28
32
29
33
- name: Combine Animation Files
30
- run: node ./scripts/combine-animations.mjs
34
+ run: node scripts/combine-animations.mjs
35
36
- name: Test
37
run: node .github/check-autorec.js
0 commit comments