Run sass-spec tests against the latest Dart Sass by default

This commit is contained in:
Natalie Weizenbaum 2022-12-19 15:38:07 -08:00
parent ac2a348f7e
commit 890fbcb8ed

View File

@ -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: |