Skip to content

Commit

Permalink
Block release on all tests (#1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 8, 2023
1 parent d82654b commit eea0717
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
- name: Run tests
run: dart run test -t node -j 2

browser-test:
browser_tests:
name: "Browser Tests | Dart ${{ matrix.dart_channel }}"

strategy:
Expand Down Expand Up @@ -314,8 +314,11 @@ jobs:
needs:
- sass_spec_language
- sass_spec_js
- sass_spec_js_browser
- sass_spec_js_embedded
- dart_tests
- node_tests
- browser_tests
- static_analysis
- dartdoc
- format
Expand Down

0 comments on commit eea0717

Please sign in to comment.