Skip to content

Commit

Permalink
removing test from yml script
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed Jun 16, 2024
1 parent 4c78008 commit 38dd1a3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 38dd1a3

Please sign in to comment.