We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d5fd0 commit 995472aCopy full SHA for 995472a
4 files changed
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
lint:
9
- name: Run on Ubuntu
+ name: Lint
10
runs-on: ubuntu-latest
11
steps:
12
- name: Clone the code
.github/workflows/test-e2e-bundle.yml
test-bundle-e2e:
+ name: Bundle E2E Tests
.github/workflows/test-e2e.yml
test-e2e:
+ name: E2E Tests
.github/workflows/test.yml
test:
+ name: Unit Tests
0 commit comments