Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 525 Bytes

README.adoc

File metadata and controls

22 lines (19 loc) · 525 Bytes

vagrant-provision

This action provision a base image using Vagrant for the current workspace. The action use the Vagrantfile as the cache key for provisioned box.

Usage

jobs:
  test:
    runs-on: macos-10.15
    steps:
      - uses: actions/checkout@v2
      - uses: nokeedev/actions/setup-vagrant
      - uses: nokeedev/actions/vagrant-provision
        with:
          name: freebsd-12.3
      - uses: nokeedev/actions/vagrant-ssh
        with:
          name: freebsd-12.3
          run: ./gradlew tasks