From d840d2fc18e021a097d7417151aa14e426475e76 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 13 Oct 2023 11:19:27 +0530 Subject: [PATCH] ci: fixed step in server tests script --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4ad07e9..439c6613 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 steps: - name: Clone - - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2