Skip to content

fix: use maintained release action #32

fix: use maintained release action

fix: use maintained release action #32

Workflow file for this run

name: 'Build and test program'
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Solana Anchor build'
uses: metadaoproject/setup-anchor@v2
with:
anchor-version: '0.29.0'
solana-cli-version: '1.17.15'
node-version: '20.10.0'
- uses: ./.github/actions/install
- run: anchor build
- run: anchor run build_sdk
- run: pnpm run test