Skip to content

Commit 4c24221

Browse files
committed
work on gh
1 parent eacfade commit 4c24221

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
# ORACLE_PASSWORD: testpass
4646
# options: >-
4747
# --health-cmd "echo 'exit' | sqlplus -L system/oracle@localhost/XEPDB1"
48-
# --health-interval=15s
49-
# --health-timeout=10s
50-
# --health-retries=10
48+
# --health-interval=25s
49+
# --health-timeout=20s
50+
# --health-retries=20
5151

5252
mysql:
5353
image: mysql:8.0
@@ -79,17 +79,17 @@ jobs:
7979
sudo ACCEPT_EULA=Y apt-get install -y mssql-tools unixodbc-dev
8080
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
8181
source ~/.bashrc
82-
- name: Install Oracle client
83-
run: |
84-
sudo apt-get update
85-
sudo apt-get install -y libaio1 alien
86-
wget https://download.oracle.com/otn_software/linux/instantclient/instantclient-basiclite-linux.x64-21.13.0.0.0dbru.zip
87-
wget https://download.oracle.com/otn_software/linux/instantclient/instantclient-sqlplus-linux.x64-21.13.0.0.0dbru.zip
88-
unzip instantclient-*.zip
89-
sudo mkdir -p /opt/oracle
90-
sudo mv instantclient_* /opt/oracle/instantclient
91-
export LD_LIBRARY_PATH=/opt/oracle/instantclient
92-
export PATH=$PATH:/opt/oracle/instantclient
82+
# - name: Install Oracle client
83+
# run: |
84+
# sudo apt-get update
85+
# sudo apt-get install -y libaio1 alien
86+
# wget https://download.oracle.com/otn_software/linux/instantclient/instantclient-basiclite-linux.x64-21.13.0.0.0dbru.zip
87+
# wget https://download.oracle.com/otn_software/linux/instantclient/instantclient-sqlplus-linux.x64-21.13.0.0.0dbru.zip
88+
# unzip instantclient-*.zip
89+
# sudo mkdir -p /opt/oracle
90+
# sudo mv instantclient_* /opt/oracle/instantclient
91+
# export LD_LIBRARY_PATH=/opt/oracle/instantclient
92+
# export PATH=$PATH:/opt/oracle/instantclient
9393
# - name: Create Oracle schema
9494
# run: |
9595
# echo "CREATE USER test IDENTIFIED BY test DEFAULT TABLESPACE users TEMPORARY TABLESPACE temp QUOTA UNLIMITED ON users;" |

0 commit comments

Comments
 (0)