Skip to content

Update helm/kind-action action to v1.11.0 #531

Update helm/kind-action action to v1.11.0

Update helm/kind-action action to v1.11.0 #531

name: 'Integration testing'
on:
push:
workflow_dispatch:
jobs:
integration-testing:
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
- name: Install kind
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
with:
install_only: true
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
with:
java-version: '17'
distribution: 'adopt'
- name: Check
working-directory: integration-testing
run: ./gradlew check -i
- name: Upload Artifact
if: success() || failure()
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
with:
name: test-result
path: /home/runner/work/**/build/reports
retention-days: 2