Skip to content

Commit

Permalink
✅ try to fix deploy github action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanesarango committed Dec 20, 2023
1 parent c55b327 commit b7ad1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
run: npm ci

- name: Build and Compile
run: npm build
run: npm run build

- name: Run Tests
run: npm test
run: npm run test

- name: Deploy
run: npx serverless deploy
Expand Down

0 comments on commit b7ad1f3

Please sign in to comment.