We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc6c58 commit 363398eCopy full SHA for 363398e
1 file changed
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
uses: actions/setup-node@v1
14
with:
15
node-version: ${{ matrix.node-version }}
16
- - name: Test
17
- - run: npm install
18
- - run: npm test
+ - name: Install
+ run: npm install
+ - name: Build & Test
19
+ run: npm test
0 commit comments