### A detailed description of what the action does:
Will run QUnit tests for the project.

### Required input arguments:

### Optional input arguments:

### Output arguments:

### Secrets the action uses:

### Environment variables the action uses:

### An example of how to use your action in a workflow:
```yaml
  - name: Run unit tests
    uses: ./.github/actions/unit-tests
```
