Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Dec 3, 2024
1 parent 09d368d commit 2092818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
ports:
- 1521:1521
env:
ORACLE_DATABASE: yiitest
ORACLE_PASSWORD : root
options: >-
--name=oci
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover=coverage.xml --colors=always
env:
YII_ORACLE_SID: XE
YII_ORACLE_DATABASE: FREEPDB1
YII_ORACLE_DATABASE: yiitest
YII_ORACLE_HOST: localhost
YII_ORACLE_PORT: 1521
YII_ORACLE_USER: system
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
ports:
- 1521:1521
env:
ORACLE_DATABASE: yiitest
ORACLE_PASSWORD : root
options: >-
--name=oci
Expand Down Expand Up @@ -84,7 +85,7 @@ jobs:
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
YII_ORACLE_SID: XE
YII_ORACLE_DATABASE: FREEPDB1
YII_ORACLE_DATABASE: yiitest
YII_ORACLE_HOST: localhost
YII_ORACLE_PORT: 1521
YII_ORACLE_USER: system
Expand Down

0 comments on commit 2092818

Please sign in to comment.