mirror of
https://github.com/kiranhart/Auction-House.git
synced 2024-11-24 05:45:12 +01:00
❌ remove workflow again
Took 38 seconds
This commit is contained in:
parent
84c7d582b6
commit
499e6fb511
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@ -1,26 +0,0 @@
|
|||||||
name: Auction House Build
|
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout the repository
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up JDK 16
|
|
||||||
uses: actions/setup-java@v2
|
|
||||||
with:
|
|
||||||
distribution: 'temurin'
|
|
||||||
java-version: '8'
|
|
||||||
|
|
||||||
- name: Cache Maven Packages
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ~/.m2
|
|
||||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
|
||||||
restore-keys: ${{ runner.os }}-m2
|
|
||||||
|
|
||||||
- name: Build with Maven
|
|
||||||
run: mvn verify -B --file pom.xml
|
|
Loading…
Reference in New Issue
Block a user