diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5aa1356..1bb412c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,19 @@ jobs: repo: ['shocknet/Wizard'] runs-on: ubuntu-latest steps: - - name: Repository Dispatch + - name: 🛎️ Checkout + uses: actions/checkout@v2.3.1 + with: + persist-credentials: false + ref: ${{ github.ref }} + + - name: ⚙️ Install Dependencies + run: yarn install + + - name: 📝 Run Tests + run: yarn test + + - name: 📯 Repository Dispatch uses: peter-evans/repository-dispatch@v1 with: token: ${{ secrets.REPO_ACCESS_TOKEN }}