Skip to content

fix: adjust time to account for tenderly lag #126

fix: adjust time to account for tenderly lag

fix: adjust time to account for tenderly lag #126

name: Test & alpha release
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
on:
pull_request:
jobs:
test:
uses: bgd-labs/github-workflows/.github/workflows/test-node.yml@main
release-node-alpha:
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main
needs: test
secrets:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}