We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82654b commit eea0717Copy full SHA for eea0717
.github/workflows/ci.yml
@@ -285,7 +285,7 @@ jobs:
285
- name: Run tests
286
run: dart run test -t node -j 2
287
288
- browser-test:
+ browser_tests:
289
name: "Browser Tests | Dart ${{ matrix.dart_channel }}"
290
291
strategy:
@@ -314,8 +314,11 @@ jobs:
314
needs:
315
- sass_spec_language
316
- sass_spec_js
317
+ - sass_spec_js_browser
318
+ - sass_spec_js_embedded
319
- dart_tests
320
- node_tests
321
+ - browser_tests
322
- static_analysis
323
- dartdoc
324
- format
0 commit comments