Skip to content

Commit 61f31f0

Browse files
authored
.github/workflow/test.yaml: Add helm list to print version (#12)
1 parent 4acfb7c commit 61f31f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: 3. Deploy the chart
3131
run: helm install betterstack-logs betterstack-logs/betterstack-logs -f values.yaml
3232

33+
- name: List the used Helm release version
34+
run: helm list
35+
3336
- name: Wait for the chart to be ready
3437
run: kubectl wait --for=condition=available deployment/betterstack-logs-metrics-server --timeout=60s
3538
- name: Check cluster pods

0 commit comments

Comments
 (0)