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 060ae37 commit 8723159Copy full SHA for 8723159
.github/workflows/test.yaml
@@ -8,6 +8,5 @@ jobs:
8
with:
9
node-version: 'lts/*'
10
- uses: actions/checkout@v2
11
- - run: |
12
- npm install
13
- npm test
+ - run: npm install
+ - run: npm test
0 commit comments