We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74bdcc commit cea1175Copy full SHA for cea1175
.github/workflows/linux.yml
@@ -28,10 +28,13 @@ jobs:
28
run: cpanm -n App::cpanminus ExtUtils::MakeMaker
29
- name: Install dependencies
30
run: |
31
+ apt-get update
32
+ apt-get install -y ruby-sass
33
cpanm -n --installdeps .
34
cpanm -n CSS::Minifier::XS JavaScript::Minifier::XS
35
cpanm -n Test::Pod Test::Pod::Coverage
36
- name: Run tests
37
run: prove -l t
38
env:
39
+ TEST_SASS: 1
40
TEST_POD: 1
0 commit comments