File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v2
3232 - uses : dart-lang/setup-dart@v1
3333 with : {sdk: "${{ matrix.dart_channel }}"}
34+ - uses : sass/clone-linked-repo@v1
35+ with : {repo: sass/dart-sass, path: dart-sass}
36+ - run : dart pub add "override:sass:{path: dart-sass}"
3437 - run : dart pub get
3538 - run : dart pub run grinder pkg-standalone-dev
3639 - name : Run tests
6972 - uses : actions/checkout@v2
7073 - uses : dart-lang/setup-dart@v1
7174 with : {sdk: "${{ matrix.dart_channel }}"}
75+ - uses : sass/clone-linked-repo@v1
76+ with : {repo: sass/dart-sass, path: dart-sass}
77+ - run : dart pub add "override:sass:{path: dart-sass}"
7278 - run : dart pub get
7379 - uses : actions/setup-node@v2
7480 with : {node-version: "${{ matrix.node_version }}"}
8490 steps :
8591 - uses : actions/checkout@v2
8692 - uses : dart-lang/setup-dart@v1
93+ - uses : sass/clone-linked-repo@v1
94+ with : {repo: sass/dart-sass, path: dart-sass}
95+ - run : dart pub add "override:sass:{path: dart-sass}"
8796 - run : dart pub get
8897 - name : Analyze dart
8998 run : dart analyze --fatal-warnings --fatal-infos lib tool test
You can’t perform that action at this time.
0 commit comments