From c9a70a4111945c19a97f3642c4ecd3b4f7653437 Mon Sep 17 00:00:00 2001 From: emad-salah Date: Thu, 16 Sep 2021 10:39:44 +0100 Subject: [PATCH] Install dependencies before running test and emojis ;) --- .github/workflows/main.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f015ffb1..3c2453b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,14 +19,19 @@ jobs: repo: ['shocknet/Wizard'] runs-on: ubuntu-latest steps: - - name: Checkout 🛎️ + - name: 🛎️ Checkout uses: actions/checkout@v2.3.1 with: persist-credentials: false ref: ${{ github.ref }} - - name: Test GunDB + + - name: ⚙️ Install Dependencies + run: yarn install + + - name: 📝 Test GunDB run: yarn test:gun - - name: Repository Dispatch + + - name: 📯 Repository Dispatch uses: peter-evans/repository-dispatch@v1 with: token: ${{ secrets.REPO_ACCESS_TOKEN }}