8000
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 6331634 commit 4beeaccCopy full SHA for 4beeacc
.github/workflows/test.yml
@@ -2,8 +2,11 @@ name: Test
2
3
on:
4
push:
5
- branches: [ $default-branch ]
+ branches:
6
+ - master
7
pull_request:
8
9
10
11
env:
12
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
@@ -56,7 +59,7 @@ jobs:
56
59
ruby-version: ${{ matrix.ruby-version }}
57
60
bundler-cache: true
58
61
- - name: Updates apt
62
+ - name: Update apt
63
64
DEBIAN_FRONTEND: noninteractive
65
run: sudo apt-get update -qq -o Acquire::Retries=3
@@ -66,7 +69,7 @@ jobs:
66
69
67
70
run:
68
71
sudo apt install --fix-missing -qq -o Acquire::Retries=3
- libvips libvips-dev libvips-tools
72
+ libvips
73
74
- name: Run Tests
75
run: bundle exec rake spec
0 commit comments