File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments