Skip to content

feat(ci): convert e2e & nightly to op #18

feat(ci): convert e2e & nightly to op

feat(ci): convert e2e & nightly to op #18

Workflow file for this run

name: Full end-to-end (e2e) testsuite.
on:
workflow_call:
secrets:
nixbuild_token:
required: true
github_token:

Check failure on line 9 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yml

Invalid workflow file

secret name `github_token` within `workflow_call` can not be used since it would collide with system reserved name
required: true
org_token:
required: true
jobs:
build:
uses: unionlabs/workflows/.github/workflows/build.yml@8fdbd5d131725a503e1e8c7a415edf6726da25c5
secrets:
nixbuild_token: ${{ secrets.nixbuild_token }}
access-tokens: github.com=${{ secrets.github_token }}
org_token: ${{ secrets.org_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"))'