Skip to content

Commit

Permalink
now includes the tests in the workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Apr 3, 2024
1 parent f9581e1 commit 91d4c55
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ jobs:
java-version: ${{ matrix.version }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
# - name: Build Windows
# if: ${{ startsWith(matrix.os, 'windows') }}
# run: gradlew.bat :codyze-cli:build -x check --parallel -Pversion=0.0.0
- name: Build Default
# if: ${{ !startsWith(matrix.os, 'windows') }}
run: ./gradlew build -x check --parallel
- name: Build and Test
run: ./gradlew build --parallel

0 comments on commit 91d4c55

Please sign in to comment.