ServiceNow / sncicd-batch-install

MIT License
8 stars 5 forks source link

fix url error #5

Open chiarng opened 3 years ago

chiarng commented 3 years ago

i'm trying to understand the resultsUrl change that was made from another GitHub Action:

https://github.com/ServiceNow/sncicd-publish-app/blob/bf1e648b24b1abcc948b5b802e9d8342b8ae8096/src/App.ts#L155-L160

bmeeder22 commented 3 years ago

Do you not have github acations setup for this to automatically run our unit tests?

chiarng commented 3 years ago

Hah. Ironically, no, been just running the unit tests locally. I suppose it wouldn't be that hard to set up an Actions Workflow for a simple npm run test, and would make a lot more sense for the open-source thing.