Skip to content

Commit

Permalink
disable test in github actions
Browse files Browse the repository at this point in the history
Took 10 minutes
  • Loading branch information
gribanoveu committed Oct 5, 2023
1 parent cc1a818 commit 04909a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buld_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test
name: Build

on:
push:
Expand All @@ -18,4 +18,4 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn compiler:compile

0 comments on commit 04909a6

Please sign in to comment.