Skip to content

Commit

Permalink
only have distribution in e2e test names (#2685)
Browse files Browse the repository at this point in the history
#2683 showed us that having version in the name of e2e tests may be a bit flaky when having to update the version.

Distributions on the other hand are likely to be more stable, so let's just key off of distributions.
  • Loading branch information
johrstrom authored Mar 21, 2023
1 parent b1fab5d commit b71cc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
dist: ["el7", "el8", "el9", "ubuntu-20.04", "ubuntu-22.04"]
version: ["3.0"]
runs-on: "ubuntu-latest"
name: E2E test ${{ matrix.dist }} (ondemand-${{ matrix.version }})
name: E2E test ${{ matrix.dist }}

steps:
- name: Checkout ${{ github.sha }}
Expand Down

0 comments on commit b71cc4d

Please sign in to comment.