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 11b0705 commit a7e30d0Copy full SHA for a7e30d0
.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