ci: fixed step in server tests script

This commit is contained in:
Jannat Patel
2023-10-13 11:19:27 +05:30
parent 1e458921e8
commit d840d2fc18

View File

@@ -29,7 +29,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3 options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
steps: steps:
- name: Clone - name: Clone
- uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2