Skip to content

Commit

Permalink
Revert "Try moving setting PATH var directly in front of robot launch"
Browse files Browse the repository at this point in the history
This reverts commit 1d98fd5.
  • Loading branch information
amochin committed Nov 6, 2023
1 parent 8c7dbef commit 587aad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oracle_thick_mode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
sudo mkdir /opt/oracle
sudo wget https://download.oracle.com/otn_software/linux/instantclient/214000/instantclient-basic-linux.x64-21.4.0.0.0dbru.zip
sudo unzip instantclient-basic-linux.x64-21.4.0.0.0dbru.zip
export LD_LIBRARY_PATH=/opt/oracle/instantclient_21_4:$LD_LIBRARY_PATH
- name: Check out repository code
uses: actions/checkout@v3
Expand All @@ -58,8 +59,7 @@ jobs:
- name: Launch RF Tests
working-directory: ./test
run: >-
export LD_LIBRARY_PATH=/opt/oracle/instantclient_21_4:$LD_LIBRARY_PATH
robot
robot
-d results
--xunit result.xml
--loglevel DEBUG:INFO
Expand Down

0 comments on commit 587aad4

Please sign in to comment.