Skip to content

Commit

Permalink
GitHub Action to run illumos tests in a VM
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Aug 8, 2021
1 parent 4d424c3 commit bb11aea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -59,3 +59,17 @@ jobs:
# this is here as a workaround for https://github.com/golangci/golangci-lint-action/issues/244
skip-pkg-cache: true

test-illumos:
runs-on: macos-latest
name: Test in illumos VM
steps:
- uses: actions/checkout@v2
- name: Test on illumos
id: test
uses: papertigers/illumos-vm@main
with:
prepare: |
pkg set-publisher -r -O https://pkg.omnios.org/r151036/extra extra.omnios
pkg install go-116
run: |
/opt/ooce/go-1.16/bin/go test

0 comments on commit bb11aea

Please sign in to comment.