Skip to content

Commit

Permalink
fixup! ci: Add caches to integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Oct 11, 2023
1 parent 76d1f83 commit 666c7d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
nextcloud-versions: stable27
db: 'sqlite'
cache: 'redis'
name: php${{ matrix.php-versions }}-${{ matrix.db }}-${{ matrix.cache }} integration tests
name: ${{ matrix.nextcloud-versions }} w/ php${{ matrix.php-versions }}-${{ matrix.db }}-${{ matrix.cache }} integration tests
services:
mail-service:
image: ghcr.io/christophwurst/docker-imap-devel:latest
Expand Down Expand Up @@ -135,6 +135,7 @@ jobs:
run: |
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'
php -f nextcloud/occ config:system:set redis host --value=redis
- name: Checkout Mail
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
Expand Down

0 comments on commit 666c7d5

Please sign in to comment.