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
|
uses: dtinth/setup-github-actions-caching-for-turbo@v1
|
||||||
|
|
||||||
- run: pnpm build
|
- run: pnpm build
|
||||||
|
- run: pnpm test:unit
|
||||||
- run: devenv test
|
- run: pnpm test:e2e
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -16,11 +16,6 @@
|
||||||
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = true;
|
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
enterTest = ''
|
|
||||||
pnpm test:unit
|
|
||||||
pnpm test:e2e
|
|
||||||
'';
|
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
# https://devenv.sh/supported-languages/javascript
|
# https://devenv.sh/supported-languages/javascript
|
||||||
javascript = {
|
javascript = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue