Skip to content

Commit

Permalink
Fixing a packaging issue within CI testing routines
Browse files Browse the repository at this point in the history
  • Loading branch information
prppedro committed Apr 26, 2022
1 parent 43ac02c commit 85673b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/commit-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ jobs:
- name: Pull dependencies
run: helm dependency update ./helm-charts/rocketchat

- name: Generate helm package
run: helm package ./helm-charts/rocketchat # && cp rocketchat-${{ env.ROCKETCHAT_VERSION }}.tgz gh-pages/charts/

# - name: Install helm package
# run: helm install --set mongodb.auth.username=rocketchat,mongodb.auth.password=testpass,mongodb.auth.database=rocketchat,mongodb.auth.rootPassword=root-testpass test-install-rocketchat rocketchat-${{ env.ROCKETCHAT_VERSION }}.tgz

# - name: Test helm installation
# run: helm test --logs test-install-rocketchat

- name: Test helm installation
run: |
helm install --set mongodb.auth.username=rocketchat,mongodb.auth.password=testpass,mongodb.auth.database=rocketchat,mongodb.auth.rootPassword=root-testpass test-install-rocketchat rocketchat-*.tgz
Expand Down

0 comments on commit 85673b2

Please sign in to comment.