Skip to content

forrest-runner/persist

Repository files navigation

Forrest Persist Action

                                    ┏━━━━━━━━━━━━━━━┓
                                    ┃      Run      ┃
                                    ┃    Forrest    ┃
                                    ┃      Run      ┃
                                    ┗━━━┯━━━━━━━┯━━━┛

GitHub Action that tells the Forrest Runner to persist the disk image of the currently running VM for future runs.

name: Debian based machines

on: [push]

jobs:
  base:
    name: Base
    runs-on: [self-hosted, forrest, debian-base]
    steps:
      - name: Install software
        run: sudo apt install git

      - uses: forrest-runner/persist@main
        with:
          token: ${{ secrets.PERSISTENCE_TOKEN }}

About

GitHub Action to persist a disk image in Forrest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published