Skip to content

ci: convert e2e to matrix #1

ci: convert e2e to matrix

ci: convert e2e to matrix #1

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
make_target: ${{ matrix.make_target }}