Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent 554e359 commit a4d260f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
profile: minimal
override: true

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'

- name: Install Solana
run: |
sh -c "$(curl -sSfL https://release.solana.com/v1.18.22/install)"
Expand Down Expand Up @@ -66,6 +71,9 @@ jobs:
echo "Solana version: $(solana --version)"
echo "Anchor version: $(anchor --version)"
- name: Install npm dependencies
run: npm install

- name: Build Anchor Program
run: anchor build
continue-on-error: true
Expand Down

0 comments on commit a4d260f

Please sign in to comment.