add ut for Nvml-Devices #78
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 self-hosted-runner | |
on: | |
push: | |
# Exclude branches created by Dependabot to avoid triggering current workflow | |
# for PRs initiated by Dependabot. | |
branches-ignore: | |
- 'dependabot/**' | |
pull_request: | |
paths: | |
- "charts/**" | |
jobs: | |
e2e: | |
runs-on: self-hosted | |
steps: | |
- name: e2e test | |
# https://github.com/actions/virtual-environments/issues/709 | |
run: | | |
echo "Need to add e2e test" | |