Skip to content

Commit

Permalink
fix: remove test from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlesquid committed Sep 16, 2024
1 parent 46837c3 commit 548aaad
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
- master

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.11.0
- run: yarn install --frozen-lockfile
- run: yarn test
neat:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 548aaad

Please sign in to comment.