Skip to content

Latest commit

 

History

History

testenv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Stacks Blockchain Test Environment

  • runs cleanup
  • restores caches used for tests (cargo, bitcoin, cargo target, nextest archive)
  • optionally restores the genesis nextest archive cache

Documentation

Inputs

Input Description Required Default
genesis Restore genesis test cache true false`

Usage

name: Action
on: push
jobs:
  build:
    name: Job
    runs-on: ubuntu-latest
    steps:
      - name: Setup Test Environment
        id: setup_tests
        uses: stacks-network/actions/stacks-core/testenv@main