Skip to content

Commit

Permalink
Run sass-parser tests even if it depends on an unreleased Sass
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 11, 2024
1 parent 519ce69 commit 5cad26e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,9 @@ jobs:

- run: dart run grinder pkg-npm-dev
env: {UPDATE_SASS_SASS_REPO: false}
- run: npm link
working-directory: build/npm
- run: npm install
- run: npm install ../../build/npm
working-directory: pkg/sass-parser/
- run: npm link sass
- run: npm install
working-directory: pkg/sass-parser/
- name: Run tests
run: npm test
Expand Down

0 comments on commit 5cad26e

Please sign in to comment.