Skip to content

Allow subproduct to process a single major version #32

Allow subproduct to process a single major version

Allow subproduct to process a single major version #32

Workflow file for this run

---
name: tests
on:
pull_request:
branches:
- main
push:
branches:
- main
env:
VMWCC_USER: ${{ secrets.VMWCC_USER }}
VMWCC_PASS: ${{ secrets.VMWCC_PASS }}
jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.5
- name: Checkout Code
uses: actions/checkout@v3
- name: Run Golang Tests
run: go test -v ./...