We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f294f17 + abeb541 commit 4058346Copy full SHA for 4058346
3 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.yml
test-e2e:
+ name: Run E2E tests
.github/workflows/test.yml
test:
+ name: Run unittests
0 commit comments