Skip to content

Commit 4a54cca

Browse files
committed
ci: speed up with reliance on autobuilds
1 parent e35d582 commit 4a54cca

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ jobs:
4646
- name: run unit tests
4747
run: yarn test --coverage
4848

49-
- name: build project
50-
run: yarn build
51-
52-
- name: upload build artifact
53-
uses: actions/upload-artifact@v1
54-
if: matrix.node-version == '12.x'
55-
with:
56-
name: build
57-
path: dist/
58-
5949
release:
6050
needs: [build]
6151
if: github.ref == 'refs/heads/master'
@@ -82,12 +72,6 @@ jobs:
8272
- name: install dependencies
8373
run: yarn --pure-lockfile
8474

85-
- name: download build artifact
86-
uses: actions/download-artifact@v1
87-
with:
88-
name: build
89-
path: dist/
90-
9175
- name: release with semantic release
9276
env:
9377
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)