Skip to content

Commit a37cf76

Browse files
committed
fix: Remove contract build and test step from release workflow:
- Eliminate unnecessary contract testing to streamline the release process. - Focus on essential release tasks for improved efficiency.
1 parent 71a056a commit a37cf76

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
pip install -e .
6262
python -m pytest || echo "Python tests not yet implemented"
6363
64-
- name: Build and test contracts
65-
run: |
66-
cd contracts
67-
npm install
68-
npm run build
69-
npm test
70-
7164
- name: Release
7265
env:
7366
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)