mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +08:00
move ix-chart to ix-dev (#1054)
* switch to the newly released official repo * remove --helm3 flag as it does not exist anymore * move ix-chart * create values.yaml and remove old test hook * update version scheme
This commit is contained in:
12
.github/workflows/common_library_tests.yaml
vendored
12
.github/workflows/common_library_tests.yaml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
name: Unit Tests
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
helmUnitVersion: 0.2.11
|
||||
helmUnitVersion: 0.3.0
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@@ -74,15 +74,15 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
# Retry helm plugin install
|
||||
helm plugin install https://github.com/quintush/helm-unittest --version v${helmUnitVersion} || \
|
||||
helm plugin install https://github.com/quintush/helm-unittest --version v${helmUnitVersion} || \
|
||||
helm plugin install https://github.com/quintush/helm-unittest --version v${helmUnitVersion} || \
|
||||
helm plugin install https://github.com/quintush/helm-unittest --version v${helmUnitVersion}
|
||||
helm plugin install https://github.com/helm-unittest/helm-unittest --version v${helmUnitVersion} || \
|
||||
helm plugin install https://github.com/helm-unittest/helm-unittest --version v${helmUnitVersion} || \
|
||||
helm plugin install https://github.com/helm-unittest/helm-unittest --version v${helmUnitVersion} || \
|
||||
helm plugin install https://github.com/helm-unittest/helm-unittest --version v${helmUnitVersion}
|
||||
|
||||
# Run tests
|
||||
cd library/common-test/
|
||||
helm dependency update
|
||||
helm unittest --helm3 -f "tests/*/*.yaml" .
|
||||
helm unittest -f "tests/*/*.yaml" .
|
||||
|
||||
install:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user