Skip to content

Commit 57b67e9

Browse files
committed
Remove Oracle container startup from CI
1 parent beb39a5 commit 57b67e9

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

.github/actions/setup-oracle/action.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ jobs:
7878
ref: ${{ matrix.branch.ref }}
7979
- name: Create MSSQL container
8080
uses: ./.github/actions/setup-mssql
81-
- name: Create Oracle container
82-
uses: ./.github/actions/setup-oracle
8381
- name: apt
8482
uses: ./.github/actions/apt-x64
8583
- name: System info

.github/workflows/push.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ jobs:
102102
- name: Create MSSQL container
103103
if: ${{ !matrix.asan }}
104104
uses: ./.github/actions/setup-mssql
105-
- name: Create Oracle container
106-
if: ${{ !matrix.asan }}
107-
uses: ./.github/actions/setup-oracle
108105
- name: Setup Caddy server
109106
uses: ./.github/actions/setup-caddy
110107
- name: ccache

0 commit comments

Comments
 (0)