fix: add tmp directory for checking out git repos in test discovery #633
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: pull_request | |
permissions: | |
contents: read | |
jobs: | |
chart-test: | |
name: Test Chart update script | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Test Helm chart update script | |
run: ./scripts/update_test.sh |