Skip to content

Commit

Permalink
Dont run all tests in prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 31, 2024
1 parent ce5f769 commit 6fe0715
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,14 @@ jobs:
- name: "Lint the code"
run: "yarn lint"

- name: "Compile the contracts and generate the TypeChain bindings"
run: "yarn typechain"

- name: "Test the contracts and generate the coverage report"
run: "yarn test:integration"

- name: "Add lint summary"
run: |
echo "## Lint results" >> $GITHUB_STEP_SUMMARY
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY
- name: "Compile the contracts and generate the TypeChain bindings"
run: "yarn typechain"

- name: "Run prebuild"
run: "yarn test:integration prebuild"

Expand Down

0 comments on commit 6fe0715

Please sign in to comment.