diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 5eacc90..9626102 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -51,7 +51,7 @@ jobs: - name: Install Google Chrome run: yarn install-chrome - name: Run e2e tests - run: yarn workspace snap run test + run: yarn workspace @polkagate/snap run test upload-coverage: name: Upload coverage to Codecov