Skip to content

Commit 4a8d5ae

Browse files
committed
Changes to username and password
1 parent 7d54ed4 commit 4a8d5ae

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,11 @@ jobs:
1919
oracle:
2020
image: gvenzl/oracle-free:latest
2121
env:
22-
APP_USER: $GORM_ORACLEDB_USER
23-
APP_USER_PASSWORD: $GORM_ORACLEDB_PASSWORD
22+
APP_USER: ${{ secrets.GORM_ORACLEDB_USER }}
23+
APP_USER_PASSWORD: ${{ secrets.GORM_ORACLEDB_PASSWORD }}
2424
ORACLE_RANDOM_PASSWORD: yes
2525
ports:
2626
- 1521:1521
27-
options: >-
28-
--health-cmd="sqlplus -s $GORM_ORACLEDB_USER/$GORM_ORACLEDB_PASSWORD@localhost:1521/FREEPDB1 <<< \"select 1 from dual;\""
29-
--health-start-period 10s
30-
--health-interval 10s
31-
--health-timeout 5s
32-
--health-retries 10
3327
steps:
3428

3529
- name: Set up Go

0 commit comments

Comments
 (0)