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.
1 parent f294f17 commit abeb541Copy full SHA for abeb541
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