Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KrakenDominguezz committed Jun 15, 2024
2 parents 62a0cd2 + ba617cb commit 01e8dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 94 deletions.
93 changes: 0 additions & 93 deletions .github/workflows/nextjs.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4

Expand All @@ -26,7 +27,8 @@ jobs:
run: npm install

- name: Run tests
run: npm test
run: npm test



- name: Install Vercel CLI
Expand Down

0 comments on commit 01e8dd0

Please sign in to comment.