From c8fd39eccdf41496329706792af7fc7c08ddd7be Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 11 Oct 2023 12:38:59 +0200 Subject: [PATCH] fixup! ci: Add caches to integration tests Signed-off-by: Christoph Wurst --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e6e16aa3b..c1b2ce135d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,6 +119,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 6379:6379 steps: - name: Set up Nextcloud env uses: ChristophWurst/setup-nextcloud@fc0790385c175d97e88a7cb0933490de6e990374 # v0.3.2 @@ -133,7 +135,6 @@ jobs: - name: Configure caching if: ${{ matrix.cache == 'redis' }} run: | - php -f nextcloud/occ config:system:set redis host --value=redis php -f nextcloud/occ config:system:set memcache.local --value='\OC\Memcache\Redis' php -f nextcloud/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis' - name: Checkout Mail