Skip to content

Commit 6f5f200

Browse files
committed
Fix shared JS API tests
1 parent 435e1b2 commit 6f5f200

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,21 @@ jobs:
8686
uses: sass/clone-linked-repo@v1
8787
with: {repo: sass/sass-spec}
8888

89+
- name: Install sass-spec dependencies
90+
run: npm install
91+
working-directory: sass-spec
92+
8993
- name: Build JS
9094
run: dart pub run grinder pkg-npm-dev
9195

92-
- name: Link Dart Sass into sass-spec
93-
run: npm install ../build/npm
94-
working-directory: sass-spec
95-
9696
- name: Check out Sass specification
9797
uses: sass/clone-linked-repo@v1
9898
with:
9999
repo: sass/sass
100100
path: language
101101

102102
- name: Run tests
103-
run: npm run js-api-spec -- --sassSassRepo ../language
103+
run: npm run js-api-spec -- --sassSassRepo ../language --sassPackage ../build/npm
104104
working-directory: sass-spec
105105

106106
dart_tests:

0 commit comments

Comments
 (0)