Skip to content

Commit

Permalink
Install wkhtmltopdf in workflow jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Nov 14, 2024
1 parent 4f52e2c commit 421ea87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- uses: nanasess/setup-chromedriver@v2
- run: |
sudo apt install wkhtmltopdf
- run: bundle exec rake db:test:prepare
name: Setup database
- name: Precompile assets
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_census_sms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- uses: nanasess/setup-chromedriver@v2
- run: |
sudo apt install wkhtmltopdf
- run: bundle exec rake db:test:prepare
name: Setup database
- name: Precompile assets
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
ruby-version: ${{ env.RUBY_VERSION }}
bundler-cache: true
- uses: nanasess/setup-chromedriver@v2
- run: |
sudo apt install wkhtmltopdf
- run: bundle exec rake db:test:prepare
name: Setup database
- name: Precompile assets
Expand Down

0 comments on commit 421ea87

Please sign in to comment.