Skip to content

Commit

Permalink
Merge pull request #14263 from Budibase/test-oracle
Browse files Browse the repository at this point in the history
Fix Oracle support as a datasource and add tests for it.
  • Loading branch information
samwho authored Aug 5, 2024
2 parents f07ebc1 + 6c79f34 commit 9f5ca1f
Show file tree
Hide file tree
Showing 24 changed files with 1,009 additions and 728 deletions.
1 change: 1 addition & 0 deletions .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
docker pull postgres@${{ steps.dotenv.outputs.POSTGRES_SHA }} &
docker pull mongo@${{ steps.dotenv.outputs.MONGODB_SHA }} &
docker pull mariadb@${{ steps.dotenv.outputs.MARIADB_SHA }} &
docker pull budibase/oracle-database:23.2-slim-faststart &
docker pull minio/minio &
docker pull redis &
docker pull testcontainers/ryuk:0.5.1 &
Expand Down
Loading

0 comments on commit 9f5ca1f

Please sign in to comment.