Skip to content

Commit 4058346

Browse files
authored
Merge pull request #63 from Kuadrant/update-ci-test-names
chore: update ci job names
2 parents f294f17 + abeb541 commit 4058346

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
lint:
9-
name: Run on Ubuntu
9+
name: Lint
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test-e2e:
9-
name: Run on Ubuntu
9+
name: Run E2E tests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test:
9-
name: Run on Ubuntu
9+
name: Run unittests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone the code

0 commit comments

Comments
 (0)