Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Provenance Action

v1.0.0-beta

Provenance Action

play

Provenance Action

Action to test Provenance and Smart Contracts

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Provenance Action

uses: provenance-io/[email protected]

Learn more about this action in provenance-io/provenance-testing-action

Choose a version

Provenance Testing Action

A Github action to simplify testing with the Provenance blockchain.

Summary

This action setups up Provenance in a docker container and allows the user to pass in both the version of provenance to use as well as a test script. After Provenance is running the test script is run. This allows testing of any of provenance's features inside of this docker container as part of a github release process.

Use

For an example of this in use look at the smart contract tests in provwasm link