Skip to content

Commit 777a12b

Browse files
committed
adding test components
1 parent 4b3c011 commit 777a12b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ jobs:
253253
run: |
254254
python -c "import redis; r = redis.Redis(host='localhost', port=6379, db=0); r.ping(); print('Successfully connected to Redis!')"
255255
256+
- name: Build/Setup test components
257+
run: npm run setup-tests.py
258+
256259
- name: Run Background & Async Callback Tests
257260
run: |
258261
mkdir bgtests

0 commit comments

Comments
 (0)