Skip to content

Commit

Permalink
fix: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ya7on committed Sep 28, 2024
1 parent a7eaaee commit 4dd6f57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22

- name: NPM Install
run: npm install

- name: Build contracts
run: npx blueprint build --all
run: npm run build

- name: Run tests
run: npx blueprint test
run: npm test

0 comments on commit 4dd6f57

Please sign in to comment.