File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 unit-tests :
10- name : Unit Tests
10+ name : Lint and Unit Tests
1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
2020 - name : Install helm-unittest plugin
2121 run : helm plugin install https://github.com/helm-unittest/helm-unittest
2222
23+ - name : Build chart dependencies
24+ run : helm dependency build ./charts/ontoserver
25+
26+ - name : Run Helm lint
27+ run : |
28+ helm lint --strict ./charts/ontoserver
29+ helm lint --strict ./charts/ontoserver-extras
30+ helm lint --strict ./charts/ontoserver-indexer
31+
2332 - name : Run unit tests
2433 run : |
2534 helm unittest ./charts/ontoserver
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type: application
55version : 0.1.0
66appVersion : " ctsa-6"
77home : https://ontoserver.csiro.au
8+ icon : https://raw.githubusercontent.com/aehrc/ontoserver-deploy/main/icons/ontoserver-extras.png
89sources :
910 - https://github.com/aehrc/ontoserver-deploy
1011keywords :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type: application
55version : 0.1.0
66appVersion : " ctsa-6"
77home : https://ontoserver.csiro.au
8+ icon : https://raw.githubusercontent.com/aehrc/ontoserver-deploy/main/icons/ontoserver-indexer.png
89sources :
910 - https://github.com/aehrc/ontoserver-deploy
1011keywords :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ type: application
55version : 0.1.0
66appVersion : " ctsa-6"
77home : https://ontoserver.csiro.au
8+ icon : https://raw.githubusercontent.com/aehrc/ontoserver-deploy/main/icons/ontoserver.png
89sources :
910 - https://github.com/aehrc/ontoserver-deploy
1011keywords :
You can’t perform that action at this time.
0 commit comments