Skip to content

Commit ef4316d

Browse files
Merge pull request #2 from harshith-venkatesh/script-test
Changes in the script test to accommodate yarn package and Volta
2 parents 82f0cc5 + 07266d8 commit ef4316d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ jobs:
2727
uses: actions/setup-node@v1
2828
with:
2929
node-version: ${{ matrix.node-version }}
30-
- run: npm install
31-
- run: npm run build --if-present
32-
- run: npm test
30+
- run: yarn
31+
- run: yarn test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,5 @@ dist
125125

126126
# Local config file
127127
config/local.js
128+
129+
package-lock.json

0 commit comments

Comments
 (0)