Skip to content

Commit

Permalink
chore: Support IC-2024.2+
Browse files Browse the repository at this point in the history
Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Oct 22, 2024
1 parent ee0da14 commit 5dbf5f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --continue
run: ./gradlew build
- uses: actions/upload-artifact@v4
if: always()
with:
name: linux-test-reports
path: build/reports
Expand All @@ -44,8 +45,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --continue
run: ./gradlew build
- uses: actions/upload-artifact@v4
if: always()
with:
name: macos-test-reports
path: build/reports
Expand All @@ -64,8 +66,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --continue
run: ./gradlew build
- uses: actions/upload-artifact@v4
if: always()
with:
name: windows-test-reports
path: build/reports

0 comments on commit 5dbf5f8

Please sign in to comment.