We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3c011 commit 777a12bCopy full SHA for 777a12b
.github/workflows/testing.yml
@@ -253,6 +253,9 @@ jobs:
253
run: |
254
python -c "import redis; r = redis.Redis(host='localhost', port=6379, db=0); r.ping(); print('Successfully connected to Redis!')"
255
256
+ - name: Build/Setup test components
257
+ run: npm run setup-tests.py
258
+
259
- name: Run Background & Async Callback Tests
260
261
mkdir bgtests
0 commit comments