From c9b699715e02aeafc20e7352b51f56db420a14dc Mon Sep 17 00:00:00 2001 From: Evert R Date: Fri, 22 Sep 2023 07:01:02 -0300 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3c5845b..80037d1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: textbook/git-checkout-submodule-action@master + with: + remote: true #- name: Testing if has docker # run: docker ps -q -a