Skip to content

Commit

Permalink
test Oracle using "free" instead of old "xe" service name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 13, 2023
1 parent a5495f8 commit 6c59956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: "Run tests: Oracle - PDO (only for coverage or cron)"
if: (success() || failure()) && (env.LOG_COVERAGE || github.event_name == 'schedule')
env:
DB_DSN: "pdo_oci:dbname=oracle/xe"
DB_DSN: "pdo_oci:dbname=oracle/free"
DB_USER: system
DB_PASSWORD: atk4_pass
NLS_LANG: AMERICAN_AMERICA.AL32UTF8
Expand All @@ -236,7 +236,7 @@ jobs:
- name: "Run tests: Oracle - OCI8"
if: success() || failure()
env:
DB_DSN: "oci8:dbname=oracle/xe"
DB_DSN: "oci8:dbname=oracle/free"
DB_USER: system
DB_PASSWORD: atk4_pass
NLS_LANG: AMERICAN_AMERICA.AL32UTF8
Expand Down

0 comments on commit 6c59956

Please sign in to comment.