Skip to content

Commit 7152858

Browse files
committed
test the unreleased local helm chart
1 parent 5d88b0c commit 7152858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 2. Set up Helm chart
3434
run: sed 's/$SOURCE_TOKEN/${{ secrets.HELM_E2E_TEST_SOURCE_TOKEN }}/g' .github/helm-values-template.yaml > values.yaml
3535
- name: 3. Deploy the chart
36-
run: helm install ${{ matrix.release-name }} betterstack-logs/betterstack-logs -f values.yaml ${{ matrix.namespace-arg }}
36+
run: helm install ${{ matrix.release-name }} ../.. -f values.yaml ${{ matrix.namespace-arg }}
3737

3838
- name: List the used Helm release version
3939
run: helm list -A

0 commit comments

Comments
 (0)