Skip to content

Commit 364d0c1

Browse files
committed
chore(fix): 🔥 fix github action test workflows
1 parent 00bce4e commit 364d0c1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616
with:
1717
node-version: 12
18+
- run: npm install
1819
- run: npm ci
1920
- run: npm run lint
2021
- run: npm test
@@ -31,6 +32,7 @@ jobs:
3132
with:
3233
node-version: 12
3334
registry-url: https://npm.pkg.github.com/
35+
- run: npm install
3436
- run: npm ci
3537
- run: npm run build --if-present
3638
- run: npm run semantic-release

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- uses: actions/[email protected]
2626
with:
2727
node-version: ${{ matrix.node-version }}
28+
- run: npm install
2829
- run: npm ci
2930
- run: npm run lint
3031
- run: npm run build --if-present

0 commit comments

Comments
 (0)