Skip to content

Commit 7ea2746

Browse files
committed
Merge branch 'TASK-7809' of github.com:opencb/java-common-libs into TASK-7809
2 parents 06cd494 + f8cb71b commit 7ea2746

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build-java-app-workflow.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ jobs:
8787
key: ${{ runner.os }}-maven-${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}-${{ steps.clone_dependencies.outputs.dependencies_sha }}
8888
restore-keys: |
8989
${{ runner.os }}-maven-${{ inputs.hadoop_flavour || vars.HADOOP_FLAVOUR }}-
90-
- name: Show which cache was used
91-
run: |
92-
echo "hit=${{ steps.cache.outputs['cache-hit'] }}"
93-
echo "primary=${{ steps.cache.outputs['cache-primary-key'] }}"
94-
echo "matched=${{ steps.cache.outputs['cache-matched-key'] }}"
9590
- name: Compile dependencies
9691
if: ${{ inputs.dependency_repos != "" }}
9792
run: |

.github/workflows/test-xetabase-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
cd opencga-enterprise
9292
ln -s ../opencga opencga-home
9393
./build.sh --test --test-level runShortTests --prepare-branches --test-save-reports --task ${{ inputs.task }} --storage-hadoop ${{ vars.HADOOP_FLAVOUR }} --prepare-hadoop
94+
env:
95+
THIRDPARTY_READ_TOKEN: ${{ secrets.THIRDPARTY_READ_TOKEN }}
9496
- name: Upload reports results to Github
9597
uses: actions/upload-artifact@v4
9698
with:

0 commit comments

Comments
 (0)