Skip to content

Commit

Permalink
Fix shared JS API tests (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Oct 21, 2021
1 parent 435e1b2 commit 5606602
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ jobs:
uses: sass/clone-linked-repo@v1
with: {repo: sass/sass-spec}

- name: Install sass-spec dependencies
run: npm install
working-directory: sass-spec

- name: Build JS
run: dart pub run grinder pkg-npm-dev

- name: Link Dart Sass into sass-spec
run: npm install ../build/npm
working-directory: sass-spec

- name: Check out Sass specification
uses: sass/clone-linked-repo@v1
with:
repo: sass/sass
path: language

- name: Run tests
run: npm run js-api-spec -- --sassSassRepo ../language
run: npm run js-api-spec -- --sassSassRepo ../language --sassPackage ../build/npm
working-directory: sass-spec

dart_tests:
Expand Down

0 comments on commit 5606602

Please sign in to comment.