Skip to content

Commit

Permalink
Added oracle service
Browse files Browse the repository at this point in the history
  • Loading branch information
simasch committed Nov 22, 2021
1 parent 3b9e463 commit 4d8deeb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,23 @@ jobs:

runs-on: ubuntu-latest

services:

oracle:
image: gvenzl/oracle-xe:18.4.0-slim
env:
ORACLE_PASSWORD: oracle
ports:
- 1521:1521
options: >-
--health-cmd healthcheck.sh
--health-interval 10s
--health-timeout 5s
--health-retries 10
steps:
- uses: actions/checkout@v2

- name: Set up JDK 8
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 4d8deeb

Please sign in to comment.