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 }}