From 66a312a03fe460a5403407b2cd22201c7855a02d Mon Sep 17 00:00:00 2001 From: emad-salah Date: Thu, 16 Sep 2021 10:34:50 +0100 Subject: [PATCH] Fix Test CI --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a64d84a..f015ffb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,11 @@ jobs: repo: ['shocknet/Wizard'] runs-on: ubuntu-latest steps: + - name: Checkout 🛎️ + uses: actions/checkout@v2.3.1 + with: + persist-credentials: false + ref: ${{ github.ref }} - name: Test GunDB run: yarn test:gun - name: Repository Dispatch