Delete maven.yml

This commit is contained in:
Ryder Belserion 2022-06-10 23:58:48 -04:00 committed by GitHub
parent c817cb4261
commit 9f2672b4d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '11'
distribution: 'temurin'
- run: mvn -B package --file pom.xml -DskipTests
- run: mkdir staging && cp target/*.jar Crazy-Auctions
- uses: actions/upload-artifact@v1
with:
name: Crazy-Auctions
path: staging