Skip to content

Commit

Permalink
Run e2e tests on all supported LTS and latest
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 27, 2023
1 parent 46fa0f5 commit fda06c8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ on:

jobs:
test-e2e:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
pipeline-version:
- v0.44.5
- v0.47.5
- v0.50.5
- v0.53.2
- latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +48,7 @@ jobs:
# settings to reach it during testing
- uses: openshift-pipelines/setup-tektoncd@v1
with:
pipeline_version: v0.53.2
pipeline_version: ${{ matrix.pipeline-version }}

# running end-to-end test target
- name: test-e2e
Expand Down

0 comments on commit fda06c8

Please sign in to comment.