Update runtime dependency activations #143
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Vagrant Ruby Tests | |
on: | |
pull_request: | |
branches: | |
- main | |
ignored-paths: | |
- 'bin/**' | |
- 'lib/**' | |
- 'plugins/**' | |
- 'test/**' | |
- 'Gemfile' | |
- 'templates/**' | |
- 'vagrant.gemspec' | |
- 'Rakefile' | |
jobs: | |
unit-tests-ruby: | |
runs-on: ubuntu-latest | |
continue-on-error: true | |
strategy: | |
matrix: | |
ruby: [ '3.1', '3.2', '3.3' ] | |
name: Vagrant unit tests on Ruby ${{ matrix.ruby }} | |
steps: | |
- name: Stubbed for skip | |
run: "echo 'No testing required in changeset'" |