Skip to content

Commit 82b98e1

Browse files
fix workspace name
1 parent de0b05a commit 82b98e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
name: snap-${{ runner.os }}-${{ github.sha }}
7878
path: ./packages/onchaintrust-snap/dist
7979
- name: Run e2e tests
80-
run: yarn workspace snap run test
80+
run: yarn workspace onchaintrust-snap run test
8181
- name: Require clean working directory
8282
shell: bash
8383
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
2424
"lint:misc": "prettier '**/*.json' '**/*.md' '!**/CHANGELOG.md' '**/*.yml' --ignore-path .gitignore",
2525
"start": "yarn workspaces foreach --parallel --interlaced --verbose run start",
26-
"test": "echo \"TODO\""
26+
"test": "yarn workspace onchaintrust-snap run test"
2727
},
2828
"devDependencies": {
2929
"@metamask/eslint-config": "^10.0.0",

0 commit comments

Comments
 (0)