Skip to content

Commit

Permalink
add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
willmostly committed Jul 2, 2024
1 parent c96f25f commit 46e8cf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/[email protected]
- uses: docker-practice/actions-setup-docker@master
# - name: Set up Helm
# uses: azure/[email protected]
# with:
Expand Down Expand Up @@ -88,11 +89,13 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docker-practice/actions-setup-docker

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

- name: Run chart-testing (install)
run: ct install --chart-dirs helm/trino-gateway --target-branch main
run: ct install --chart-dirs helm/trino-gateway --target-branch main --all
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46e8cf7

Please sign in to comment.