Skip to content

Commit

Permalink
Skip Java Tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-sousa committed Aug 9, 2024
1 parent beb8c4d commit 5595417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build with Gradle
run: |
cd clava/ClavaWeaver
gradle build
gradle installDist
- name: Upload ClavaWeaver artifacts
uses: actions/upload-artifact@v4
Expand All @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['20.x', '18.x']
node-version: ['latest', '20.x', '18.x']
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 5595417

Please sign in to comment.