Skip to content

Commit

Permalink
fix ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Oct 5, 2023
1 parent d076a07 commit fe5a1df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe5a1df

Please sign in to comment.