Skip to content

Commit a9a7c8b

Browse files
committed
chore(github): update workflows
1 parent 736dc89 commit a9a7c8b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: yarn install --frozen-lockfile
3030

31-
- name: Build
32-
run: yarn build
33-
3431
- name: Run tests
3532
run: yarn test:debug
3633

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install dependencies
2626
run: yarn install
27-
- name: Build
28-
run: yarn build
2927
- name: Run tests
3028
run: yarn test

0 commit comments

Comments
 (0)