From 5d7af997edaa54673d9d2e6f7bd2507dfbdfac3a Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 1 May 2024 17:15:06 -0700 Subject: [PATCH] Drop testing --- .github/workflows/pull-request.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 461c0bc..b50e742 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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