new redis-win version

This commit is contained in:
Tobias Wellnitz, DH1TW 2023-12-28 15:44:51 +01:00
parent 189fec907a
commit f5f30859cb

View file

@ -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 }}
@ -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