Skip to content

Commit

Permalink
Remove config dir override
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 23, 2023
1 parent 4669289 commit bdbb447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0

- name: Fix config location
run: |
echo "CT_CONFIG_DIR=${PWD}" >> "${GITHUB_ENV}"
- name: Run chart-testing (list-changed)
id: list-changed
run: |
Expand Down

0 comments on commit bdbb447

Please sign in to comment.