Skip to content

wip: show the list of txs and status of the txs that has to be executed outside the Safe. #5918

wip: show the list of txs and status of the txs that has to be executed outside the Safe.

wip: show the list of txs and status of the txs that has to be executed outside the Safe. #5918

Workflow file for this run

name: Test
on:
push:
branches: [main, alpha, dev]
pull_request:
branches: [main, alpha, dev]
jobs:
test:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID: ${{secrets.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID}}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version: '20.5.1'
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- run: pnpm i --prefer-frozen-lockfile
- run: pnpm build
- run: pnpm test