Skip to content

Commit

Permalink
See if copying build from airlift/drift fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlussel committed May 31, 2024
1 parent c4e0926 commit f8f09fe
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

name: Java CI with Maven

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
on: [push, pull_request]

jobs:
build:
Expand All @@ -25,7 +21,7 @@ jobs:
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Maven verify
run: mvn verify

- name: Maven Install
run: mvn install -B -V -DskipTests -Dair.check.skip-all
- name: Maven Tests
run: mvn install -B -P ci

0 comments on commit f8f09fe

Please sign in to comment.