diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87a1be0..b30a798 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,8 +34,6 @@ jobs: with: eslint-report: ./eslint_report.json continue-on-error: true - - name: Test - run: npm run test:ci deploy: needs: test name: Deploy