8000 revise actions · libvips/ruby-vips@4beeacc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4beeacc

Browse files
committed
revise actions
maybe it'll run on push now
1 parent 6331634 commit 4beeacc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
5136
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Test
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches:
6+
- master
67
pull_request:
8+
branches:
9+
- master
710

811
env:
912
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
@@ -56,7 +59,7 @@ jobs:
5659
ruby-version: ${{ matrix.ruby-version }}
5760
bundler-cache: true
5861

59-
- name: Updates apt
62+
- name: Update apt
6063
env:
6164
DEBIAN_FRONTEND: noninteractive
6265
run: sudo apt-get update -qq -o Acquire::Retries=3
@@ -66,7 +69,7 @@ jobs:
6669
DEBIAN_FRONTEND: noninteractive
6770
run:
6871
sudo apt install --fix-missing -qq -o Acquire::Retries=3
69-
libvips libvips-dev libvips-tools
72+
libvips
7073

7174
- name: Run Tests
7275
run: bundle exec rake spec

0 commit comments

Comments
 (0)
0