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 f4085ff commit 7a83356Copy full SHA for 7a83356
.github/workflows/e2e-matrix.yml
@@ -302,8 +302,7 @@ jobs:
302
configure-storage:
303
name: Configure storage
304
runs-on: ubuntu-latest
305
- needs:
306
- - bootstrap
+ needs: bootstrap
307
steps:
308
- uses: actions/checkout@v4
309
@@ -369,12 +368,13 @@ jobs:
369
368
uses: actions/download-artifact@v5
370
with:
371
name: generated-files
372
- path: test/dvp-over-dvp/tmp
+ path: test/dvp-over-dvp/
373
374
- name: Show paths and files content
375
run: |
376
ls -la test/dvp-over-dvp/tmp
377
- cat test/dvp-over-dvp/tmp/values.yaml
+ ls -la test/dvp-over-dvp/tmp/
+ cat test/dvp-over-dvp/values.yaml | tail -n +8
378
379
- name: Configure kubectl via azure/k8s-set-context@v4
380
uses: azure/k8s-set-context@v4
0 commit comments