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 c3ab97d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/e2e-common/action.yml
Original file line number Diff line number Diff line change
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.0.2 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 c3ab97d

Please sign in to comment.