You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use `dainstall` to install the package on the playground
* Add more error info to the setup error msg. Where's the piped data?
* Fix typo
* Echo to check if dainstall is there
* Install our _own_ script to install docassemblecli
* Split unit tests out, Use our own action, close#822 maybe
Hope to avoid npm installing our whole repo and thus being too
large to install on the playground
* Ensure unit tests can run completely indepenent (including env) by
moving moving validation out of its own script which, before this,
would run on access to the session vars script as it was imported
into the script before any tests ran.
* Clean up tests. A few risky cleanups, like moving `@checkout`
* Restore checkout in workflows for relative refs to action.yml files
* Correct typos
* Trigger on pull request to test properly
* Update changelog
* Add to changelog
* Clean up lots of now unused functions
I worked so hard on those...
* Only install python if using docassemblecli
* Clarify comments
We keep having to update our own test workflow file, duplicating the work in
action.yml
. We should instead just useaction.yml
in our cucumber tests.The text was updated successfully, but these errors were encountered: