Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #124 from kadel/use-latest-for-tests
Browse files Browse the repository at this point in the history
chore(ci): test with latest and next showcase images
  • Loading branch information
tumido committed Oct 24, 2023
2 parents 26303e1 + 3d64d03 commit e1c9496
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
- name: Install Ingress Controller
run: "helm install ingress-nginx/ingress-nginx --generate-name --set controller.service.type='NodePort' --set controller.admissionWebhooks.enabled=false"

- name: Run chart-testing (install)
# using nightly-20231004 tag as a temporary workaround until latest tag is fixed (https://github.com/janus-idp/backstage-showcase/issues/545)
run: ct install --config ct-install.yaml --helm-extra-set-args="--set=upstream.backstage.image.tag=nightly-20231004"
- name: Run chart-testing (latest)
# test with latest stable backstage-showcase release
run: ct install --config ct-install.yaml --helm-extra-set-args="--set=upstream.backstage.image.tag=latest"

- name: Run chart-testing (next)
# test with the next backstage-showcase version (main branch)
run: ct install --config ct-install.yaml --helm-extra-set-args="--set=upstream.backstage.image.tag=next"

0 comments on commit e1c9496

Please sign in to comment.