Skip to content

Commit 40d2eba

Browse files
committed
work on script
1 parent 288403f commit 40d2eba

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
ports:
4343
- 1521:1521
4444
env:
45-
ORACLE_PASSWORD: oracle
45+
ORACLE_PASSWORD: testpass
4646
options: >-
4747
--health-cmd "echo 'exit' | sqlplus -L system/oracle@localhost/XEPDB1"
4848
--health-interval=15s
@@ -79,10 +79,6 @@ 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 PostgreSQL client tools
83-
run: |
84-
sudo apt-get update
85-
sudo apt-get install -y postgresql-client
8682
- name: Install Oracle client
8783
run: |
8884
sudo apt-get update
@@ -100,8 +96,6 @@ jobs:
10096
sqlplus -L system/oracle@//localhost:1521/XEPDB1
10197
echo "GRANT CONNECT, RESOURCE TO test;" |
10298
sqlplus -L system/oracle@//localhost:1521/XEPDB1
103-
- name: Install MySQL client
104-
run: sudo apt-get update && sudo apt-get install -y mysql-client
10599
- name: Create SQLServer database
106100
run: |
107101
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'YourStrong@Passw0rd' -Q "CREATE DATABASE [Whatever];"

0 commit comments

Comments
 (0)