Skip to content

Commit

Permalink
cicd: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed Feb 26, 2024
1 parent 2d71c7d commit a7a2013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
java-version: '17'
cache: 'maven'
- name: Install dependencies branches
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
run: |
if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then
chmod +x ./.github/workflows/scripts/get_same_branch.sh
Expand Down Expand Up @@ -73,6 +75,8 @@ jobs:
java-version: '8'
cache: 'maven'
- name: Install dependencies branches
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
run: |
if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then
chmod +x ./.github/workflows/scripts/get_same_branch.sh
Expand Down

0 comments on commit a7a2013

Please sign in to comment.