Merge pull request #474 from shocknet/feature/gun-test-ci

Added GunDB test step to GitHub Actions
This commit is contained in:
CapDog 2021-09-18 15:50:52 -04:00 committed by GitHub
commit 350ae42e33

View file

@ -19,7 +19,19 @@ jobs:
repo: ['shocknet/Wizard'] repo: ['shocknet/Wizard']
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: 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 uses: peter-evans/repository-dispatch@v1
with: with:
token: ${{ secrets.REPO_ACCESS_TOKEN }} token: ${{ secrets.REPO_ACCESS_TOKEN }}