Skip to content

Commit

Permalink
chore: Added linters and tests in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioEmmmanuel authored Jun 2, 2024
1 parent 031d2c8 commit 83dbd6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run linters
run: npm run lint:fix

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

- name: Install SST
run: |
wget https://github.com/sst/ion/releases/download/v0.0.399/sst-linux-amd64.deb
Expand Down

0 comments on commit 83dbd6b

Please sign in to comment.