Skip to content

Commit 6ec9333

Browse files
committed
ci: omit running package script [deploy skip]
1 parent bd91c88 commit 6ec9333

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ on:
66
branches: [master]
77

88
jobs:
9-
build:
9+
test:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
1413
- uses: actions/cache@v2
1514
id: yarn-cache
1615
with:
@@ -22,5 +21,4 @@ jobs:
2221
yarn
2322
yarn build:lib
2423
yarn build
25-
yarn package
2624
yarn run check & yarn test

0 commit comments

Comments
 (0)