We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09caa0 commit 6797ef8Copy full SHA for 6797ef8
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
10
- name: Setup Node.js
11
uses: actions/setup-node@v1
12
with:
@@ -23,7 +23,7 @@ jobs:
23
unit:
24
25
26
27
- name: mocha
28
run: docker-compose run --rm mocha
29
- name: docker-compose logs
0 commit comments