aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2024-04-03 18:17:55 +0200
committerRobin Appelman <robin@icewind.nl>2024-04-03 18:17:55 +0200
commit56ae1a525060be094bf1cf6348b101f4258a35a1 (patch)
tree02c6449f5c4c62569aa1a925c3e5e4f9140f66b1 /.github
parent7bd9100a85b858ad74df0ee51959ccbd02700ec0 (diff)
downloadnextcloud-server-oci-ci-faststart.tar.gz
nextcloud-server-oci-ci-faststart.zip
chore: use *-slim-faststart oracle image for CIoci-ci-faststart
should hopefully make things a bit faster Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpunit-oci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index 505c24be0f0..e1ca0206eda 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -63,7 +63,7 @@ jobs:
options: --health-cmd="redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
oracle:
- image: ghcr.io/gvenzl/oracle-xe:${{ matrix.oracle-versions }}
+ image: ghcr.io/gvenzl/oracle-xe:${{ matrix.oracle-versions }}-slim-faststart
# Provide passwords and other environment variables to container
env: