Skip to content

Commit

Permalink
removed build test, as it is covered by the Runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shweit committed Aug 29, 2024
1 parent b4dfdb1 commit 32a4e55
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,6 @@ on:
branches: [main]

jobs:
build:
name: Unit Tests
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'

- name: Build with Maven
run: mvn clean install

checkstyle:
name: Checkstyle
runs-on: ubuntu-latest
Expand Down

0 comments on commit 32a4e55

Please sign in to comment.