Skip to content

Commit

Permalink
Test camel k installation (TO REMOVE)
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Feb 26, 2024
1 parent f0b9b0d commit 72d8f9d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/e2e-common/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ runs:
uses: ./.github/actions/setup-camel-jbang
with:
jbangVersion: '0.114.0'
camelVersion: '4.0.2'
camelVersion: '4.4.0'

- id: install-kamel-cluster-setup
name: Install Kamel Cluster Setup
Expand Down Expand Up @@ -119,6 +119,12 @@ runs:
with:
test-suite: global/common

- id: camel-k-plugin-check
name: Check Camel K plugin runs (TO REMOVE)
shell: bash
run: |
jbang run --deps=org.apache.camel:camel-jbang-plugin-k:4.4.0 camel@apache/camel k run ./e2e/common/cli/files/yaml.yaml
- id: run-it
name: Run IT
shell: bash
Expand Down

0 comments on commit 72d8f9d

Please sign in to comment.