Skip to content

Merge pull request #97 from cjreed121/patch-1 #37

Merge pull request #97 from cjreed121/patch-1

Merge pull request #97 from cjreed121/patch-1 #37

Workflow file for this run

on:
push:
branches:
- main
- 'test-*'
paths:
- 'lib/**'
- 'spec/**'
pull_request:
branches:
- main
paths:
- 'lib/**'
- 'spec/**'
jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
name: Vagrant VMware Plugin unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run Tests
run: .ci/test.sh