Skip to content

Commit

Permalink
add database to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeikal committed Jun 13, 2024
1 parent 63b9b52 commit 4f4392d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
services:
oracle-19c:
image: ghcr.io/oracle/adb-free:latest # https://github.com/oracle/adb-free
ports:
- 1521:1521
env:
ADMIN_PASSWORD: TVDGXvpzQat8
WALLET_PASSWORD: tkmXp6Ug
oracle-23c:
image: container-registry.oracle.com/database/free:latest
ports:
- 1522:1521
env:
ORACLE_PWD: password
container:
image: ghcr.io/moveaxlab/oracle-devcontainer:latest
steps:
Expand Down

0 comments on commit 4f4392d

Please sign in to comment.