Skip to content

Commit

Permalink
ci: fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
xopham committed Feb 5, 2024
1 parent 5ea4a25 commit d260a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.reusable-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
name: Setup k8s cluster
with:
k8s-version: ${{ matrix.k8s-version }}
- name: Run pre-config and workload integration tests
- name: Run basic tests
run: |
bash tests/integration/main.sh "basic"
- name: Display k8s state and logs if integration test failed
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
name: Setup k8s cluster
with:
k8s-version: ${{ matrix.k8s-version }}
- name: Run pre-config and workload integration tests
- name: Run basic tests
run: |
bash tests/integration/main.sh "basic"
- name: Display k8s state and logs if integration test failed
Expand Down

0 comments on commit d260a1c

Please sign in to comment.