This workflow will lint, build & test a Vue application.
This job presumes there's a lint package command, which usually invokes eslint with some file filters.
Same as with lint, this presumes there's a type-check package command.
This will use your .env.test as environment.
Note that the tests are run using the vitest tool.
| Input | Description |
|---|---|
node-version |
Node version to use, defaults to lts |
test-timeout |
Time in minutes after wich the test job will timeout (defaults to 5) |
The build job will generate an artifact with the contents of the dist folder.