Fix Test CI

This commit is contained in:
emad-salah 2021-09-16 10:34:50 +01:00
parent 6aa3fbeec4
commit 66a312a03f

View file

@ -19,6 +19,11 @@ jobs:
repo: ['shocknet/Wizard'] repo: ['shocknet/Wizard']
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
ref: ${{ github.ref }}
- name: Test GunDB - name: Test GunDB
run: yarn test:gun run: yarn test:gun
- name: Repository Dispatch - name: Repository Dispatch