Skip to content

feat: Solstreams Overhaul #17

feat: Solstreams Overhaul

feat: Solstreams Overhaul #17

Workflow file for this run

name: 'Build and test program'
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Solana Anchor build'
uses: metadaoproject/[email protected]
with:
anchor-version: '0.29.0'
solana-cli-version: '1.17.15'
node-version: '20.10.0'
- run: pnpm
shell: bash
- run: anchor build
shell: bash
- run: anchor test --provider.wallet THIS_IS_A_TEST_KEY.json --skip-build
shell: bash