Skip to content

Commit

Permalink
adapt path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Jul 24, 2024
1 parent 7cc3525 commit e46cb4e
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 examples/ call all
run: dagger -m 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 examples/ \
dagger -m examples/go/ \
call package-push \
--registry ${TEST_HELM_REGISTRY_URL} \
--repository ${TEST_HELM_REGISTRY_REPOSITORY} \
Expand Down

0 comments on commit e46cb4e

Please sign in to comment.