Skip to content

Commit

Permalink
fix: We should run tests in release as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Feb 9, 2024
1 parent 5b94280 commit a6fe7b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ jobs:
run: |
pnpm run build
- name: Tests
run: pnpm run test

- uses: oven-sh/setup-bun@v1
with:
bun-version: latest

- name: 🧪 Run Tests in shell
run: |
node examples/upload-pinata-proxy.mjs
bun examples/upload-pinata-proxy.mjs
node examples/upload-pinata.mjs
bun examples/upload-pinata.mjs
node examples/upload-infura.mjs
bun examples/upload-infura.mjs
- name: Colled documentation
run: |
pnpm run documentation
Expand Down

0 comments on commit a6fe7b5

Please sign in to comment.