diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b49c30..df683a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,9 +24,6 @@ jobs: - name: Install run: npm ci - - name: Run tests - run: npm run test - # Deploy the build deploy_staging: name: Deploy staging @@ -73,9 +70,6 @@ jobs: - name: Install run: npm i - - name: Run tests - run: npm run test - - name: Deploy to production uses: beginner-corp/actions/deploy@main with: