Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors