We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10755d commit b48bcdeCopy full SHA for b48bcde
3 files changed
.github/actions/build/action.yml
@@ -13,6 +13,3 @@ runs:
13
- name: Lint
14
run: yarn lint
15
shell: bash
16
- - name: Test
17
- run: yarn test
18
- shell: bash
.github/workflows/pull-request.yml
@@ -14,3 +14,6 @@ jobs:
- name: Build
run: yarn run build
+ - name: Test
+ run: yarn test
19
+ shell: bash
.github/workflows/release.yml
@@ -14,6 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
+ with:
persist-credentials: false
- name: Lint & Test
20
uses: ./.github/actions/build
0 commit comments