Skip to content

Commit

Permalink
Clean ls in test-xetabase workflow #TASK-6879
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 16, 2024
1 parent 3673fb8 commit afde81c
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,18 +104,9 @@ 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
#./build.sh -t -l runShortTests,runMediumTests,runLongTests -b -s -f -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1
./build.sh -t -l runShortTests -b -s -f -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1
./build.sh -t -l runShortTests -b -s -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1
- name: Upload reports results to Github
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit afde81c

Please sign in to comment.