diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index f90b604..2183789 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -34,14 +34,3 @@ jobs: - name: Build Next.js app run: npm run build - - - name: Run tests - run: npm test - - - name: Upload production-ready build artifacts - if: success() - uses: actions/upload-artifact@v2 - with: - name: nextjs-build - path: .next -