don't use devenv for running code
This commit is contained in:
parent
60af7d1e7a
commit
8344dbb09a
2 changed files with 2 additions and 7 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||
|
||||
- run: pnpm build
|
||||
|
||||
- run: devenv test
|
||||
- run: pnpm test:unit
|
||||
- run: pnpm test:e2e
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
@ -16,11 +16,6 @@
|
|||
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