Skip to content

Commit

Permalink
fix: updating workspace used in the e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Nov 8, 2024
1 parent 0179c32 commit 2fb13e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
key: snap-${{ runner.os }}-${{ github.sha }}
- run: yarn install --immutable
- name: Run e2e tests
run: yarn workspace snap run test
run: yarn workspace @greymass/eos-wallet run test
- name: Require clean working directory
shell: bash
run: |
Expand Down

0 comments on commit 2fb13e7

Please sign in to comment.