tasks
tasks copied to clipboard
Use workflow organization templates
Tasks should use the workflow templates from https://github.com/nextcloud/.github for lint, node-test and phpunit.
@skjnldsv Am I missing something or is there no template for running javascript tests via npm run test (and upload coverage to codecov)? Similar to https://github.com/nextcloud/tasks/blob/master/.github/workflows/node-test.yml.
Currently, there is none. Feel free to add one :)
Currently, there is none. Feel free to add one :)
I created an issue for now, https://github.com/nextcloud/.github/issues/128. Might look into it later.