Skip to content

Commit 3330e64

Browse files
committed
Publish dev charts before validation
1 parent c64462f commit 3330e64

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/test-pr.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
ref: ${{ github.sha }}
3333
secrets: inherit
3434

35+
publish_charts:
36+
uses: ./.github/workflows/build-push-charts.yml
37+
with:
38+
ref: ${{ github.sha }}
39+
secrets: inherit
40+
3541
chart_validation:
3642
needs: [publish_images]
3743
runs-on: ubuntu-latest
@@ -91,10 +97,3 @@ jobs:
9197
# own helm install/test process.
9298
- name: Run chart install and test
9399
run: ct install --config ct.yaml
94-
95-
publish_charts:
96-
needs: [chart_validation]
97-
uses: ./.github/workflows/build-push-charts.yml
98-
with:
99-
ref: ${{ github.sha }}
100-
secrets: inherit

0 commit comments

Comments
 (0)