Skip to content

Commit

Permalink
Test with Sass
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 6, 2024
1 parent b74bdcc commit cea1175
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
run: cpanm -n App::cpanminus ExtUtils::MakeMaker
- name: Install dependencies
run: |
apt-get update
apt-get install -y ruby-sass
cpanm -n --installdeps .
cpanm -n CSS::Minifier::XS JavaScript::Minifier::XS
cpanm -n Test::Pod Test::Pod::Coverage
- name: Run tests
run: prove -l t
env:
TEST_SASS: 1
TEST_POD: 1

0 comments on commit cea1175

Please sign in to comment.