mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 05:22:27 +03:00
meta: ensure CI has ref
This commit is contained in:
parent
0063061629
commit
8d5d959cd7
3
.github/workflows/frontend-test.yml
vendored
3
.github/workflows/frontend-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user