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