mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run test-bundler / test-bundled-gems for Ubuntu
only once. Doing it on multiple Ubuntu versions may not worth it.
This commit is contained in:
parent
9980728ad6
commit
3118c7a2d2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
|
@ -12,6 +12,11 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-16.04]
|
||||
test_task: [ "check", "test-bundler", "test-bundled-gems" ]
|
||||
exclude:
|
||||
- os: ubuntu-16.04
|
||||
test_task: test-bundler
|
||||
- os: ubuntu-16.04
|
||||
test_task: test-bundled-gems
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
|
|
Loading…
Add table
Reference in a new issue