We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d8f06 commit 82c9978Copy full SHA for 82c9978
1 file changed
.github/workflows/test.yml
@@ -11,15 +11,15 @@ jobs:
11
units:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
15
- run: npm ci
16
- run: npm test
17
18
# test action works running from the graph
19
test:
20
21
22
23
- uses: ./
24
with:
25
milliseconds: 1000
0 commit comments