A web-application to assist the Western Australian Debating League with their seasonal organisational needs. Documentation: (https://codersforcauses.github.io/wadl/)
Setup Vitest to provide unit & integration tests for the backend.
In addition, add a job to the javascript-ci.yml workflow to run the tests on relevant PRs.
See GitHub Actions' documentation for guidance on writing workflows.
As for determining relevancy, the paths: key can be used to check for changes in specific directories before running.
Basic Information
Setup Vitest to provide unit & integration tests for the backend. In addition, add a job to the
javascript-ci.yml
workflow to run the tests on relevant PRs.Other Information
The tests should use the Firebase local emulator.
See GitHub Actions' documentation for guidance on writing workflows. As for determining relevancy, the
paths:
key can be used to check for changes in specific directories before running.