-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8fc49d
commit bb2ff08
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# provenance-testing-action | ||
A Github action to simplify testing with the Provenance blockchain | ||
# 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](https://github.com/provenance-io/provwasm/blob/main/.github/workflows/test.yml#L55) |