Skip to content

Commit

Permalink
chore: fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petarTxFusion committed Nov 12, 2024
1 parent f5914b6 commit 9e426f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -13,10 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v1
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 1.8
java-version: 17
- name: Setup Gradle 8.10
uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.6"
- name: Run local-setup
run: |
git clone https://github.com/matter-labs/local-setup.git

0 comments on commit 9e426f1

Please sign in to comment.