Skip to content

Commit

Permalink
CI/CD check
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Jul 29, 2024
1 parent 7479883 commit 2b921c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 47 deletions.
29 changes: 6 additions & 23 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Check

on:
Expand All @@ -16,23 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/cache@v3
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 11
distribution: adopt

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- run: mvn --batch-mode clean package verify
24 changes: 0 additions & 24 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 2b921c0

Please sign in to comment.