mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +01:00
Delete maven.yml
This commit is contained in:
parent
c817cb4261
commit
9f2672b4d4
26
.github/workflows/maven.yml
vendored
26
.github/workflows/maven.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user