fix: pause auto tests

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-05-09 11:00:37 +05:30
parent 08c348f2e8
commit b615121fc2
Signed by: bravo68web
GPG Key ID: F5671FD7BCB9917A
1 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
- run: npm install -g yarn
- run: yarn
- run: yarn build
- run: sudo apt install redis-tools
- run: chmod +x spawn_redis_server.sh test_local.sh
- run: ./spawn_redis_server.sh &
- run: ./test_local.sh
# - run: sudo apt install redis-tools
# - run: chmod +x spawn_redis_server.sh test_local.sh
# - run: ./spawn_redis_server.sh &
# - run: ./test_local.sh