Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
j-coll committed May 25, 2023
1 parent 4988c10 commit 459f731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- uses: actions/checkout@v3
with:
ref: "${{ inputs.ref }}"
fetch-depth: '0'
path: './opencga_to_test/'
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand All @@ -52,11 +57,6 @@ jobs:
else
echo "./.github/workflows/scripts/get_same_branch.sh does not exist."
fi
- uses: actions/checkout@v3
with:
ref: "${{ inputs.ref }}"
fetch-depth: '0'
path: './opencga_to_test/'
- name: Test and Analyze
working-directory: './opencga_to_test/'
env:
Expand Down

0 comments on commit 459f731

Please sign in to comment.