Skip to content

ci: convert e2e to matrix #6

ci: convert e2e to matrix

ci: convert e2e to matrix #6

Workflow file for this run

name: e2e
on:
push:
branches:
- develop
pull_request:
branches:
- "*"
jobs:
e2e:
strategy:
matrix:
include:
- make_target: "start-e2e-test"
runs_on: ubuntu-20.04
run: true
- make_target: "start-upgrade-test-light"
runs_on: ubuntu-20.04
run: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'MINIMAL_CI') }}
uses: ./.github/workflows/reusable-e2e.yml

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

View workflow run for this annotation

GitHub Actions / e2e

Invalid workflow file

The workflow is not valid. In .github/workflows/e2e.yml (Line: 22, Col: 11): Error from called workflow zeta-chain/node/.github/workflows/reusable-e2e.yml@47664d5919d29849faa271bba9f0dd0fa630848e (Line: 25, Col: 9): Unrecognized named-value: 'run'. Located at position 1 within expression: run In .github/workflows/e2e.yml (Line: 22, Col: 11): Error from called workflow zeta-chain/node/.github/workflows/reusable-e2e.yml@47664d5919d29849faa271bba9f0dd0fa630848e (Line: 26, Col: 14): Unrecognized named-value: 'runs_on'. Located at position 1 within expression: runs_on
with:
make_target: ${{ matrix.make_target }}
runs_on: ${{ matrix.runs_on}}
run: ${{ matrix.run }}