diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 3a96c9c..3d270bf 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -58,7 +58,7 @@ jobs: - name: Install Google Chrome run: yarn install-chrome - name: Run e2e tests - run: yarn workspace snap run test + run: yarn workspace sov-snap run test all-jobs-pass: name: All jobs pass diff --git a/package.json b/package.json index 43f5a8a..332dc58 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", "lint:misc": "prettier '**/*.md' '!**/CHANGELOG.md' '**/*.yml' --ignore-path .gitignore", "start": "yarn workspaces foreach --parallel --interlaced --verbose run start", - "test": "echo \"TODO\"" + "test": "yarn workspaces foreach --exclude site --parallel --interlaced --verbose run test" }, "devDependencies": { "@metamask/eslint-config": "^10.0.0",