mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-30 04:39:03 +01:00
Run sass-spec tests against the latest Dart Sass by default
This commit is contained in:
parent
ac2a348f7e
commit
890fbcb8ed
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -96,7 +96,10 @@ jobs:
|
||||
with:
|
||||
repo: sass/dart-sass
|
||||
path: build/dart-sass
|
||||
default-ref: null
|
||||
# Unless we're cutting a release, run the main branch of Dart Sass
|
||||
# against the main branch of sass-spec so that we don't need to make
|
||||
# an empty commit to this repo every time we update those two.
|
||||
default-ref: ${{ !startsWith(github.ref, 'refs/tags/') && 'main' || null }}
|
||||
|
||||
- name: Link the embedded compiler to Dart Sass
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user