Skip to content

Commit

Permalink
feat[ci]: run tests before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL committed Apr 11, 2024
1 parent 6ef872f commit d2609b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
- name: setup
run: yarn

- name: build
- name: test
run: yarn test

- name: deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down

0 comments on commit d2609b8

Please sign in to comment.