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 a6c4444 commit dc4f2d0Copy full SHA for dc4f2d0
.github/workflows/build.yaml
@@ -276,7 +276,7 @@ jobs:
276
```
277
278
test-e2e:
279
- name: Run end-to-end tests
+ name: Run e2e tests
280
needs: build
281
runs-on: ubuntu-latest
282
timeout-minutes: 15
@@ -337,7 +337,7 @@ jobs:
337
run: rm -rf ./release ./test/test-results
338
339
test-e2e-proxy:
340
- name: Run end-to-end tests behind proxy
+ name: Run e2e tests behind proxy
341
342
343
timeout-minutes: 25
0 commit comments