Skip to content

Commit cea1175

Browse files
committed
Test with Sass
1 parent b74bdcc commit cea1175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
run: cpanm -n App::cpanminus ExtUtils::MakeMaker
2929
- name: Install dependencies
3030
run: |
31+
apt-get update
32+
apt-get install -y ruby-sass
3133
cpanm -n --installdeps .
3234
cpanm -n CSS::Minifier::XS JavaScript::Minifier::XS
3335
cpanm -n Test::Pod Test::Pod::Coverage
3436
- name: Run tests
3537
run: prove -l t
3638
env:
39+
TEST_SASS: 1
3740
TEST_POD: 1

0 commit comments

Comments
 (0)