Skip to content

Commit aad381e

Browse files
committed
debug e2e
1 parent 34b22f7 commit aad381e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,13 @@ jobs:
9292
- name: Run HelmChart from Bucket tests
9393
run: |
9494
./mc mb minio/charts
95-
./mc cp --recursive ./controllers/testdata/helmchart minio/charts
95+
./mc cp --recursive ./controllers/testdata/helmchart/ minio/charts
9696
9797
kubectl -n source-system apply -f ./config/testdata/helmchart-from-bucket/source.yaml
9898
kubectl -n source-system wait bucket/charts --for=condition=ready --timeout=1m
9999
kubectl -n source-system wait helmchart/helmchart-bucket --for=condition=ready --timeout=1m
100+
101+
./mc tree minio/charts
100102
- name: Debug failure
101103
if: failure()
102104
run: |

0 commit comments

Comments
 (0)