Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 5c1ac06

Browse files
authored
Update main.yml
1 parent 6c7cf14 commit 5c1ac06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ on:
66
- master
77

88
jobs:
9+
test:
10+
uses: dubisdev/ghwf/.github/workflows/tests-node-yarn.yml@main
11+
912
publish:
13+
needs: test
1014
runs-on: ubuntu-latest
1115
steps:
1216
- uses: actions/checkout@v1
1317
- uses: actions/setup-node@v1
1418
with:
1519
node-version: 12
1620
- run: yarn install
17-
- run: yarn test
1821
- run: yarn prepublish
1922

2023
- id: publish

0 commit comments

Comments
 (0)