Skip to content

Commit b73709e

Browse files
committed
Update main.yml
1 parent 2427dc6 commit b73709e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
- name: Install and Build
5050
run: yarn install --immutable
5151

52-
test:
53-
needs: ['install']
54-
uses: './.github/workflows/test.yml'
55-
5652
build:
5753
needs: ['install']
5854
name: 'Build'
@@ -82,6 +78,9 @@ jobs:
8278
8379
- name: Build
8480
run: yarn build
81+
test:
82+
needs: ['build']
83+
uses: './.github/workflows/test.yml'
8584

8685
lint:
8786
needs: ['install']

0 commit comments

Comments
 (0)