Skip to content

feat: node state transitions (#383) #1170

feat: node state transitions (#383)

feat: node state transitions (#383) #1170

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths-ignore:
- "deploy/**"
pull_request:
paths-ignore:
- "deploy/**"
jobs:
test:
name: Test
runs-on: self-hosted
steps:
# - name: Import Secrets
# uses: hashicorp/[email protected]
# with:
# url: ${{ secrets.VAULT_ADDR }}
# token: ${{ secrets.VAULT_TOKEN }}
# secrets: |
# kv/data/network/rss3-node ENDPOINT_ETHEREUM ;
# kv/data/network/rss3-node ENDPOINT_POLYGON ;
# kv/data/network/rss3-node FARCASTER_URI
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'
- name: Test
run: make test