Skip to content

Commit

Permalink
Env variables to FIX error #TASK-6807
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 5, 2024
1 parent 59ad86b commit 85e297a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test-xetabase-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,7 @@ jobs:
password: ${{ env.DOCKER_HUB_PASSWORD }}
- name: Run all OpenCB Junit tests, ie. java-common-libs, biodata, cellbase, opencga and opencga-enterprise
run: |
pwd
ls -lrtha
echo "------------------------------------"
cd opencga-enterprise
pwd
ls -lrtha
echo "------------------------------------"
ln -s ../opencga opencga-home
echo "------------------------------------"
ls -lrtha
printenv
./build.sh -t -l runShortTests -b -s -f -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1
env:
SSH_HOST: ${{ env.SSH_HOST }}
Expand Down

0 comments on commit 85e297a

Please sign in to comment.