Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion authored Nov 17, 2024
1 parent 5be30cc commit f967796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
git clone https://github.com/matter-labs/local-setup.git
pushd local-setup
./start.sh
./start-zk-chains.sh
popd
- name: Print Gradle Version from Wrapper
run: ./gradlew --version
- name: Test with Gradle
run: ./gradlew clean test
run: gradle clean test

0 comments on commit f967796

Please sign in to comment.