Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit ca9e90d

Browse files
committed
Setup redis only on ubuntu-latest
1 parent 00b3edf commit ca9e90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: supercharge/[email protected]
3030
with:
3131
redis-version: ${{ matrix.redis }}
32+
if: ${{ matrix.os == 'ubuntu-latest' }}
3233

3334
- name: Cache dependencies
3435
uses: actions/cache@v1

0 commit comments

Comments
 (0)