From 299ef7286026f2727ca749bef8259ed5c8c2bed4 Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Sat, 19 Aug 2023 19:21:26 +0500 Subject: [PATCH] no need for sleep --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0a8e26..c559e30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,9 +26,6 @@ jobs: - name: Start API server run: | python run - - - name: Wait for API server to start - run: sleep 10 # We can adjust this sleep duration as needed. idk how long the server takes to start - name: Run tests run: python tests