meta: ensure CI has ref

This commit is contained in:
Liam Fitzgerald 2021-07-02 11:06:06 +10:00
parent 0063061629
commit 8d5d959cd7
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -15,9 +15,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: git fetch --prune
- name: 'Setup root deps'
run: npm ci
- name: 'Setup dependencies'
run: npm run bootstrap
- name: 'Run tests'
run: npm run test -- --since $GITHUB_BASE_REF --include-dependents
run: npm run test -- --since origin/$GITHUB_BASE_REF --include-dependents