Skip to content

Commit

Permalink
Quote path in variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Nov 6, 2023
1 parent 61380e8 commit 7b3a068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oracle_thick_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
-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 }}
-v ORACLE_LIB_DIR:"${{ env.LIB_DIR }}"
tests/custom_db_tests/oracle_thick_mode.robot
- name: Upload Robot Logs
Expand Down

0 comments on commit 7b3a068

Please sign in to comment.