From a6a7c5f5cead30fe9e5d28da5af4272438c3a3bf Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Fri, 18 Mar 2022 16:28:53 -0400 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e78f1a..7ae7522 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,18 +27,6 @@ jobs: with: node-version: 12.x - - name: npm install - run: npm install - - - name: Compile - run: npm run build - - - name: Lint - run: npm run lint - - - name: Format - run: npm run format-check - # Test end-to-end by uploading two artifacts and then downloading them # Once upload-artifact v2 is out of preview, switch over - name: Create artifacts