Skip to content

Commit

Permalink
feat(ci): minikube usage
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Aug 1, 2024
1 parent 5225288 commit 941f43c
Show file tree
Hide file tree
Showing 37 changed files with 163 additions and 2,943 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,19 @@ runs:

steps:

- id: prepare-env
name: Prepare Test Environment
uses: ./.github/actions/kamel-prepare-env
- name: Set up JDK 17
uses: actions/setup-java@v4
if: ${{ env.ENV_PREPARED != 'true' }}
with:
java-version: '17'
distribution: 'temurin'

- name: Set up Go
uses: actions/setup-go@v5
if: ${{ env.KAMEL_PREPARE_ENV != 'true' }}
with:
go-version-file: 'go.mod'
check-latest: true

- name: Test new branch
shell: bash
Expand Down
80 changes: 0 additions & 80 deletions .github/actions/e2e-common/action.yml

This file was deleted.

166 changes: 0 additions & 166 deletions .github/actions/e2e-common/exec-tests.sh

This file was deleted.

96 changes: 0 additions & 96 deletions .github/actions/e2e-install/action.yml

This file was deleted.

Loading

0 comments on commit 941f43c

Please sign in to comment.