ci: use devenv for testing
This commit is contained in:
parent
e6e036e058
commit
187d470ba6
2 changed files with 19 additions and 38 deletions
|
@ -16,6 +16,11 @@
|
|||
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = true;
|
||||
};
|
||||
|
||||
enterTest = ''
|
||||
pnpm test:unit
|
||||
pnpm test:e2e
|
||||
'';
|
||||
|
||||
languages = {
|
||||
# https://devenv.sh/supported-languages/javascript
|
||||
javascript = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue