Skip to content

Commit 89e5c4a

Browse files
committed
ci: build files before release
1 parent 00feb44 commit 89e5c4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
test:
15-
name: Build & Test
15+
name: Test
1616

1717
runs-on: ${{ matrix.os }}
1818

@@ -77,8 +77,8 @@ jobs:
7777
if: steps.cache-modules.outputs.cache-hit != 'true'
7878
run: yarn install
7979

80-
- name: Test
81-
run: yarn test
80+
- name: Build
81+
run: yarn build
8282

8383
- name: Upload Coverage to Codecov
8484
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)