Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
test/bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia committed Dec 22, 2023
1 parent 6691fd0 commit 8d21f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
repository: etherealengine/ee-development-test-suite
path: './packages/projects/projects/ee-development-test-suite'
with:
repository: etherealengine/ee-bot
path: './packages/projects/projects/ee-bot'
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -47,6 +50,6 @@ jobs:
# - run: npm run check-eslint
- run: npm run dev-docker
- run: npm run dev-reinit
- run: npm run test-e2e
- run: npm run test-e2e-bot
- run: npm run build-client

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"publish-npm": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://registry.npmjs.org",
"publish-github": "lerna publish from-package --yes --no-verify-access --ignore-scripts --registry https://npm.pkg.github.com",
"test": "cross-env TEST=true lerna run --scope '@etherealengine/*' test && lerna run --ignore '@etherealengine/*' test",
"test-e2e": "ts-node --swc scripts/run_e2e_tests.ts",
"test-e2e": "cd packages/projects/projects/ee-development-test-suite && mocha --config .mocharc.js --spec 'e2e/**/*.test.ts'",
"test:ci": "cpy --no-overwrite --rename=.env.local '.env.local.default' . && cross-env CI=true npm run test",
"validate": "npm run lint && lerna run validate",
"version-increment": "lerna version --conventional-commits --yes",
Expand Down

0 comments on commit 8d21f81

Please sign in to comment.