From 6aa3fbeec451dea2e5f6e6f43d43b143314ec480 Mon Sep 17 00:00:00 2001 From: emad-salah Date: Wed, 15 Sep 2021 15:34:48 +0100 Subject: [PATCH] Added GunDB test step to GitHub Actions --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5aa1356..4a64d84a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,8 @@ jobs: repo: ['shocknet/Wizard'] runs-on: ubuntu-latest steps: + - name: Test GunDB + run: yarn test:gun - name: Repository Dispatch uses: peter-evans/repository-dispatch@v1 with: