We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3247ac commit 2413ebbCopy full SHA for 2413ebb
.github/workflows/NetCoreTests.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up Oracle
51
if: matrix.DB == 'Oracle'
52
run: |
53
- docker run -d -p 1521:1521 -e APP_USER=nhibernate -e APP_USER_PASSWORD=nhibernate -e ORACLE_PASSWORD=nhibernate gvenzl/oracle-xe:18
+ docker run -d -p 1521:1521 -e APP_USER=nhibernate -e APP_USER_PASSWORD=nhibernate -e ORACLE_PASSWORD=nhibernate gvenzl/oracle-xe:18-slim
54
55
- uses: actions/checkout@v2
56
- name: Setup .NET
0 commit comments