Skip to content

Commit

Permalink
[Build] Remove automated Jest testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bitWolfy committed Oct 7, 2023
1 parent 9bc2497 commit 1f1cd8a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ on:
workflow_dispatch:

jobs:
test:
name: Jest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test
analyze:
name: CodeQL
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f1cd8a

Please sign in to comment.