Skip to content

Commit

Permalink
[DEBUG] messing up lines in shell script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Nov 6, 2023
1 parent 1d98fd5 commit 98d0ffc
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/oracle_thick_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,9 @@ jobs:
- name: Launch RF Tests
working-directory: ./test
run: >-
run: |
export LD_LIBRARY_PATH=/opt/oracle/instantclient_21_4:$LD_LIBRARY_PATH
robot
-d results
--xunit result.xml
--loglevel DEBUG:INFO
-v DB_MODULE:${{ env.DB_MODULE }}
-v DB_NAME:${{ env.DB_NAME }}
-v DB_USER:${{ env.DB_USER }}
-v DB_PASS:${{ env.DB_PASS }}
-v DB_HOST:${{ env.DB_HOST }}
-v DB_PORT:${{ env.DB_PORT }}
-v ORACLE_LIB_DIR:"${{ env.LIB_DIR }}"
tests/custom_db_tests/oracle_thick_mode.robot
robot -d results --xunit result.xml --loglevel DEBUG:INFO -v DB_MODULE:${{ env.DB_MODULE }} -v DB_NAME:${{ env.DB_NAME }} -v DB_USER:${{ env.DB_USER }} -v DB_PASS:${{ env.DB_PASS }} -v DB_HOST:${{ env.DB_HOST }} -v DB_PORT:${{ env.DB_PORT }} -v ORACLE_LIB_DIR:"${{ env.LIB_DIR }}" tests/custom_db_tests/oracle_thick_mode.robot
- name: Upload Robot Logs
if: ${{ always() }}
Expand Down

0 comments on commit 98d0ffc

Please sign in to comment.