From e26c2ab64c70e68ebc91bf0a508d6fcc234e782e Mon Sep 17 00:00:00 2001 From: emad-salah Date: Thu, 16 Sep 2021 13:13:55 +0100 Subject: [PATCH] Use `yarn test` instead of `yarn test:gun` --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c2453b1..1bb412c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,8 +28,8 @@ jobs: - name: ⚙️ Install Dependencies run: yarn install - - name: 📝 Test GunDB - run: yarn test:gun + - name: 📝 Run Tests + run: yarn test - name: 📯 Repository Dispatch uses: peter-evans/repository-dispatch@v1