diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 8cc582634a..cdb68499ff 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -129,6 +129,9 @@ jobs: needs: test runs-on: ubuntu-latest steps: + - name: Clone + uses: actions/checkout@v2 + - name: Download artifacts uses: actions/download-artifact@v3