Skip to content

Commit

Permalink
new redis-win version
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Dec 28, 2023
1 parent 189fec9 commit f5f3085
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,13 @@ jobs:
# There are no github-actions supporting redis on windows.
# Github Actions Container services are also not available for windows.
run: |
C:\msys64\usr\bin\wget.exe https://github.com/tporadowski/redis/releases/download/v5.0.14.1/Redis-x64-5.0.14.1.msi
msiexec /quiet /i Redis-x64-5.0.14.1.msi
# C:\msys64\usr\bin\wget.exe https://github.com/tporadowski/redis/releases/download/v5.0.14.1/Redis-x64-5.0.14.1.msi
# msiexec /quiet /i Redis-x64-5.0.14.1.msi
C:\msys64\usr\bin\wget.exe https://github.com/redis-windows/redis-windows/releases/download/7.0.14/Redis-7.0.14-Windows-x64.tar.gz
C:\msys64\usr\bin\tar.exe -xvzf Redis-7.0.14-Windows-x64.tar.gz
ls
Start-Process -NoNewWindow Redis-7.0.14-Windows-x64\start.bat
- name: "Run tests for ${{ matrix.python-version }}"
env:
CLUBLOG_APIKEY: ${{ secrets.CLUBLOG_APIKEY }}
Expand All @@ -163,5 +168,5 @@ jobs:
# amount of concurrent API calls on Clublog and QRZ.com
# when all CI jobs execute simultaneously
run: |
start-sleep -Seconds (10..30 | get-random)
start-sleep -Seconds (5..20 | get-random)
pytest

0 comments on commit f5f3085

Please sign in to comment.