Skip to content

mondeja/solaris-vm-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solaris-vm-action

Tests

Run your workflow in a SunOS 11.4 virtual machine using VirtualBox.

Usage

name: Run Solaris tests
on:
  push:
    branches:
      - master
    tags:
      - v*
  pull_request:
  workflow_dispatch:

jobs:
  sun_tools-tests:
    name: Solaris (SunOS) tests
    runs-on: macos-latest
    steps:
      - uses: mondeja/solaris-vm-action@v1
        with:
          memory: 2048
          run: |
            sh build.sh
            sh test.sh

Arguments

  • run (required): Commands to run, in multiple lines.
  • cpus (1): Number of CPUs for the virtual machine.
  • memory (4096): RAM memory size for the virtual machine.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages