Skip to content

Commit 7f6607e

Browse files
committed
Fix test
1 parent 4dbd4d9 commit 7f6607e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44
push:
55
branches:
66
- master
7-
- 'releases/*'
7+
- "releases/*"
88

99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v1
1414

15-
- run: npm ci
16-
- run: npm test
17-
- uses: ./
18-
with:
19-
milliseconds: 1000
15+
- run: npm ci
16+
- run: npm test
17+
- uses: ./
18+
with:
19+
path: ".tool-versions"

0 commit comments

Comments
 (0)