Skip to content

feat: add publisher program to sync cli (#44) #261

feat: add publisher program to sync cli (#44)

feat: add publisher program to sync cli (#44) #261

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
tags:
- v*
pull_request:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/python-poetry
- uses: pre-commit/[email protected]
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/python-poetry
- run: sh -c "$(curl -sSfL https://release.solana.com/v1.18.17/install)"
- run: echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: poetry run pytest
env:
TEST_MODE: "1"
DEV_MODE: "1"