From b615121fc2d913bd6c47558298c40b945db5aaa2 Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Tue, 9 May 2023 11:00:37 +0530 Subject: [PATCH] fix: pause auto tests --- .github/workflows/testing.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 611a147..e388c87 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -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 \ No newline at end of file + # - 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 \ No newline at end of file