Skip to content

chore(cache): automated cache update (#148) #24

chore(cache): automated cache update (#148)

chore(cache): automated cache update (#148) #24

Workflow file for this run

name: Test
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
release:
uses: bgd-labs/github-workflows/.github/workflows/release.yml@main
release-node:
uses: bgd-labs/github-workflows/.github/workflows/release-node.yml@main
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}