Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato committed Nov 22, 2024
1 parent 7c0454d commit 6b7af28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Prepare test-project
run: |
pwd
cd testdata/project-v4-with-plugins/
go mod tidy
make docker-build IMG=test-project:v0.1.0
kind load docker-image test-project:v0.1.0
Expand All @@ -43,6 +43,7 @@ jobs:
- name: Lint Helm Chart
run: |
pwd
cd testdata/project-v4-with-plugins/
helm lint ./dist/chart
- name: Install cert-manager via Helm
Expand Down

0 comments on commit 6b7af28

Please sign in to comment.