Install dependencies before running test and emojis ;)

This commit is contained in:
emad-salah 2021-09-16 10:39:44 +01:00
parent 66a312a03f
commit c9a70a4111

View file

@ -19,14 +19,19 @@ jobs:
repo: ['shocknet/Wizard'] repo: ['shocknet/Wizard']
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout 🛎️ - name: 🛎️ Checkout
uses: actions/checkout@v2.3.1 uses: actions/checkout@v2.3.1
with: with:
persist-credentials: false persist-credentials: false
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: Test GunDB
- name: ⚙️ Install Dependencies
run: yarn install
- name: 📝 Test GunDB
run: yarn test:gun run: yarn test:gun
- name: Repository Dispatch
- name: 📯 Repository Dispatch
uses: peter-evans/repository-dispatch@v1 uses: peter-evans/repository-dispatch@v1
with: with:
token: ${{ secrets.REPO_ACCESS_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}