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 4f1a2fc commit 836fb69Copy full SHA for 836fb69
.github/workflows/e2e.yml
@@ -1,4 +1,4 @@
1
-name: E2E Test
+name: e2e
2
3
concurrency:
4
group: "${{ github.workflow }}-${{ github.ref }}"
@@ -22,7 +22,7 @@ env:
22
CXX: sccache clang++
23
24
jobs:
25
- e2e-tests:
+ e2e:
26
runs-on: ubuntu-latest
27
# Each 'include' entry will run as a separate job with its own parameters.
28
strategy:
0 commit comments