Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit a8ca4ab

Browse files
committed
install prerequisites
1 parent e177551 commit a8ca4ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/push.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- name: Build the docker-compose stack
1212
run: docker-compose -f docker-compose.lightweight.yml up -d
1313

14+
- name: install xmllint
15+
run: sudo apt-get install libxml2-utils
16+
1417
- name: Set up Ruby 2.6
1518
uses: ruby/setup-ruby@v1
1619
with:
@@ -29,7 +32,7 @@ jobs:
2932
bundle config path vendor/bundle
3033
bundle config set without 'production development'
3134
bundle install --jobs 4 --retry 3
32-
35+
3336
- name: Lint with RuboCop
3437
run: bundle exec rubocop --parallel
3538

0 commit comments

Comments
 (0)