We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7a60e commit 40396ccCopy full SHA for 40396cc
.github/workflows/build.yaml
@@ -295,7 +295,7 @@ jobs:
295
test-e2e:
296
name: Run e2e tests
297
needs: build
298
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
299
timeout-minutes: 25
300
steps:
301
- name: Checkout repo
@@ -351,7 +351,7 @@ jobs:
351
test-e2e-proxy:
352
name: Run e2e tests behind proxy
353
354
355
356
357
0 commit comments