diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557e54c..1c70dda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,7 @@ jobs: - name: Start database services run: docker compose up -d database redis - name: Wait for database startup to finish - uses: jakejarvis/wait-action@master - with: - time: '10s' + run: sleep 10s + shell: bash - name: Run backend tests run: ./scripts/test_backend.sh