Skip to content

Commit efc71a9

Browse files
Fix typos in Sass load path tests
1 parent e49bcf0 commit efc71a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sass.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
time sass .tmp/input1.scss > .tmp/check1.css --load-path packages
6767
time sass .tmp/input2.scss > .tmp/check2.css --load-path packages
6868
time sass .tmp/input3.scss > .tmp/check3.css --load-path packages
69-
time sass .tmp/input4.scss > .tmp/check3.css --load-path .
70-
time sass .tmp/input5.scss > .tmp/check3.css --load-path .
69+
time sass .tmp/input4.scss > .tmp/check4.css --load-path .
70+
time sass .tmp/input5.scss > .tmp/check5.css --load-path .
7171
7272
- name: Check package importer
7373
run: |

0 commit comments

Comments
 (0)