File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments