Skip to content

Commit 70b1029

Browse files
committed
Add support for linking to Dart Sass pull requests
1 parent bc7190c commit 70b1029

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
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
@@ -69,6 +72,9 @@ jobs:
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 }}"}
@@ -84,6 +90,9 @@ jobs:
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

0 commit comments

Comments
 (0)