Skip to content

Commit

Permalink
comment out tests until images are public
Browse files Browse the repository at this point in the history
  • Loading branch information
epicchewy committed Aug 13, 2024
1 parent d3240ac commit 2d53064
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/helm_lint_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Lint
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --all --validate-maintainers=false

- name: Create kind cluster
uses: helm/[email protected]
# - name: Create kind cluster
# uses: helm/[email protected]

- name: Test
env:
LLAMACLOUD_LICENSE_KEY: ${{ secrets.LLAMACLOUD_LICENSE_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-set-args "--set=global.config.licenseKey=$LLAMACLOUD_LICENSE_KEY --set=backend.config.openAiApiKey=$OPENAI_API --set=llamaParse.config.openAiApiKey=$OPENAI_API"
# - name: Test
# env:
# LLAMACLOUD_LICENSE_KEY: ${{ secrets.LLAMACLOUD_LICENSE_KEY }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# run: ct install --target-branch ${{ github.event.repository.default_branch }} --all --helm-extra-set-args "--set=global.config.licenseKey=$LLAMACLOUD_LICENSE_KEY --set=backend.config.openAiApiKey=$OPENAI_API_KEY --set=llamaParse.config.openAiApiKey=$OPENAI_API_KEY"

0 comments on commit 2d53064

Please sign in to comment.