Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/chefPublic

Bump version to 19.1.4 by Chef Expeditor#12249

Bump version to 19.1.4 by Chef Expeditor

Bump version to 19.1.4 by Chef Expeditor #12249

Workflow file for this run

---
name:func_spec
"on":
pull_request:
push:
branches:
-main
concurrency:
group:func-spec-${{ github.ref }}
cancel-in-progress:true
jobs:
choco:
strategy:
fail-fast:false
matrix:
os:[windows-2019, windows-2022]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby:['3.1']
runs-on:${{ matrix.os }}
steps:
-uses:actions/checkout@v4
-uses:ruby/setup-ruby@v1
with:
ruby-version:${{ matrix.ruby }}
bundler-cache:false
-run:|
bundle install
bundle exec rspec spec/functional/resource/chocolatey_package_spec.rb
userdefaults:
strategy:
fail-fast:false
matrix:
os:[macos-13, macos-14, macos-15, macos-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby:['3.1']
runs-on:${{ matrix.os }}
steps:
-uses:actions/checkout@v4
-uses:ruby/setup-ruby@v1
with:
ruby-version:${{ matrix.ruby }}
bundler-cache:false
-run:bundle install
-run:sudo bundle exec rspec spec/functional/resource/macos_userdefaults_spec.rb

[8]ページ先頭

©2009-2025 Movatter.jp