fix: fix changes that were introduced in (#26807) but broken by 3e1094af #6849
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run integration tests | |
on: | |
push: | |
branches: [develop, master] | |
pull_request: | |
types: [opened,reopened,synchronize] | |
jobs: | |
test-integration: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Setup environment | |
uses: metamask/github-tools/.github/actions/setup-environment@main | |
- name: test:integration:coverage | |
run: yarn test:integration:coverage |