Skip to content

Commit

Permalink
Drop testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed May 2, 2024
1 parent 0b29e43 commit 5d7af99
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ jobs:
- run: npm ci
- run: npm run format-check

test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci
- run: npm run res:build
- run: npm run test

dogfood:
name: Dogfood the action
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d7af99

Please sign in to comment.