Skip to content

Commit

Permalink
adapt module path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Jul 24, 2024
1 parent 90d8195 commit 9a1c839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Display module functions
run: dagger functions -m helm/
- name: Run module tests
run: dagger -m helm/dagger/examples/go call all
run: dagger -m helm/examples/go call all
- name: Run module integration tests
env:
TEST_HELM_REGISTRY_URL: ${{ secrets.TEST_HELM_REGISTRY_URL }}
TEST_HELM_REGISTRY_REPOSITORY: ${{ secrets.TEST_HELM_REGISTRY_REPOSITORY }}
TEST_HELM_REGISTRY_HELM_USER: ${{ secrets.TEST_HELM_REGISTRY_HELM_USER }}
TEST_HELM_REGISTRY_HELM_PASSWORD: ${{ secrets.TEST_HELM_REGISTRY_HELM_PASSWORD }}
run: |
dagger -m helm/dagger/examples/go \
dagger -m helm/examples/go \
call helm-packagepush \
--registry ${TEST_HELM_REGISTRY_URL} \
--repository ${TEST_HELM_REGISTRY_REPOSITORY} \
Expand Down

0 comments on commit 9a1c839

Please sign in to comment.