Skip to content

Commit b48bcde

Browse files
committed
chore: fix workflow, move test to PR
1 parent f10755d commit b48bcde

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,3 @@ runs:
1313
- name: Lint
1414
run: yarn lint
1515
shell: bash
16-
- name: Test
17-
run: yarn test
18-
shell: bash

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ jobs:
1414
- name: Build
1515
run: yarn run build
1616
shell: bash
17+
- name: Test
18+
run: yarn test
19+
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v3
17+
with:
1718
persist-credentials: false
1819
- name: Lint & Test
1920
uses: ./.github/actions/build

0 commit comments

Comments
 (0)