Remove ci yarn test for now

This commit is contained in:
silas 2022-10-25 19:25:00 +01:00 committed by GitHub
parent ff9d46b6b8
commit 83d8139e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -46,26 +46,6 @@ jobs:
- name: Lint
run: yarn lint
unit-test:
name: Unit Test
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Test
run: yarn test
semgrep:
name: Security Scan
runs-on: ubuntu-latest