Skip to content

Commit

Permalink
Update test ruby versions, add utility test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Aug 13, 2024
1 parent 604e095 commit 8a2f5c6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/workflows/test-utility.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
on:
push:
branches:
- main
- 'test-*'
paths:
- 'lib/**'
- 'spec/**'
pull_request:
branches:
- main
paths:
- 'go_src/**'

jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1', '3.2', '3.3' ]
name: Vagrant VMware Utility Tests
steps:
- name: Code Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version-file: go.mod
- name: Run Tests
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
ruby: [ '3.1', '3.2', '3.3' ]
name: Vagrant VMware Plugin unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout
Expand Down

0 comments on commit 8a2f5c6

Please sign in to comment.