Skip to content

chore: trigger e2e on push #15

chore: trigger e2e on push

chore: trigger e2e on push #15

Workflow file for this run

name: Full end-to-end (e2e) testsuite.
on:
push:
workflow_call:
secrets:
nixbuild_token:
required: true
github-token:
required: true
jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@c01bda251dfaaf99b56918ef577f821a0e0abe32
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.github-token }}
with:
filter_builds: '((.top_attr == "checks") and (.system == "x86_64-linux") and (.attr == "virtualisation-works" or .attr == "ensure-blocks" or .attr == "sepolia-runs" or .attr == "union-runs" or .attr == "epoch-completes" or .attr == "forced-set-rotation" or .attr == "upgrade-from-genesis" or .attr == "upgrade-with-tokenfactory-state"))'