Skip to content

Commit

Permalink
try workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando224-por committed Dec 24, 2023
1 parent 92711b6 commit ef36103
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
node-version: 20
- name: install dependecies
run: npm i
- name: run dev
run: npm run dev
- name: run test
run: npm run test
- name: Build Production
Expand Down

0 comments on commit ef36103

Please sign in to comment.