Skip to content

Commit

Permalink
Test installation path output
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Nov 9, 2023
1 parent ab1f2db commit 57a0a32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
npm install
npm run build
- name: Set up kubeconform
id: setup-kubeconform
uses: ./
- name: Print Kubeconform installation path
env:
KUBECONFORM_INSTALLATION_PATH: ${{ steps.setup-kubeconform.outputs.installation-path }}
run: |
echo "Kubeconform installed..."
echo "Installation path: ${KUBECONFORM_INSTALLATION_PATH}"
shell: bash
- name: Render kubeconform version
run: kubeconform -v
- name: Create Pod YAML file
Expand Down

0 comments on commit 57a0a32

Please sign in to comment.