Skip to content

Commit 7a83356

Browse files
fix
Signed-off-by: Nikita Korolev <[email protected]>
1 parent f4085ff commit 7a83356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e-matrix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ jobs:
302302
configure-storage:
303303
name: Configure storage
304304
runs-on: ubuntu-latest
305-
needs:
306-
- bootstrap
305+
needs: bootstrap
307306
steps:
308307
- uses: actions/checkout@v4
309308

@@ -369,12 +368,13 @@ jobs:
369368
uses: actions/download-artifact@v5
370369
with:
371370
name: generated-files
372-
path: test/dvp-over-dvp/tmp
371+
path: test/dvp-over-dvp/
373372

374373
- name: Show paths and files content
375374
run: |
376375
ls -la test/dvp-over-dvp/tmp
377-
cat test/dvp-over-dvp/tmp/values.yaml
376+
ls -la test/dvp-over-dvp/tmp/
377+
cat test/dvp-over-dvp/values.yaml | tail -n +8
378378
379379
- name: Configure kubectl via azure/k8s-set-context@v4
380380
uses: azure/k8s-set-context@v4

0 commit comments

Comments
 (0)