Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 9, 2024
1 parent 4eb5cdd commit f6d20d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-k3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ jobs:
- name: Install k3d
run: |
curl -s https://raw.githubusercontent.com/rancher/k3d/main/install.sh | bash
echo "hello world" >> $GITHUB_STEP_SUMMARY
- uses: azure/setup-helm@v4

- name: Create k3d cluster
run: |
./deploy.py --verbose cluster 2>&1 | tee cluster.log
cat cluster.log
echo "hello world" >> $GITHUB_STEP_SUMMARY
cat cluster.log >> $GITHUB_STEP_SUMMARY
- name: Template with helm
Expand Down

0 comments on commit f6d20d5

Please sign in to comment.