f6d6f0bab4 | ||
---|---|---|
.. | ||
issue_comment | ||
issues | ||
validation_outputs | ||
README.md |
README.md
How to test the workflows locally?
Prerequisites
You must install act
Run the workflows locally
The test folder contains json files for each scenario you want to test. You can run any of the scenarios by running the following command:
act <event> -e test/<scenario>.json
Use tests.bats
You can also run tests using bats.
npm install
npm run test