Skip to content

Commit

Permalink
Allow to link utils package during Main build of Camel tooling projects
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Feb 15, 2024
1 parent 035f8a1 commit 84e6e56
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,17 @@ jobs:
with:
fetch-depth: 0

- name: Clone utils repo
if: env.BRANCH_EXISTS == 'true'
run: |
git clone -b ${{ env.BRANCH }} https://github.com/${{ env.USER }}/vscode-uitests-tooling.git ../vscode-uitests-tooling
# - name: Clone utils repo
# if: env.BRANCH_EXISTS == 'true'
# run: |
# git clone -b ${{ env.BRANCH }} https://github.com/${{ env.USER }}/vscode-uitests-tooling.git ../vscode-uitests-tooling
- name: Checkout Repository
uses: actions/checkout@v4
working-directory: ../
with:
ref: ${{ env.USER }}/vscode-uitests-tooling
repository: ${{ env.USER }}/vscode-uitests-tooling
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 84e6e56

Please sign in to comment.