Merge pull request #474 from shocknet/feature/gun-test-ci
Added GunDB test step to GitHub Actions
This commit is contained in:
commit
350ae42e33
1 changed files with 13 additions and 1 deletions
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue