We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 488094f + 995472a commit 42826cdCopy full SHA for 42826cd
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