Fix Test CI
This commit is contained in:
parent
6aa3fbeec4
commit
66a312a03f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -19,6 +19,11 @@ jobs:
|
||||||
repo: ['shocknet/Wizard']
|
repo: ['shocknet/Wizard']
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout 🛎️
|
||||||
|
uses: actions/checkout@v2.3.1
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
ref: ${{ github.ref }}
|
||||||
- name: Test GunDB
|
- name: Test GunDB
|
||||||
run: yarn test:gun
|
run: yarn test:gun
|
||||||
- name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue