Skip to content

Commit

Permalink
Added artifact to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkogruen committed Oct 17, 2024
1 parent 989cb92 commit c7b2fc4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ on:

jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -33,12 +31,12 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

publish-job:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend
needs: build_test
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit c7b2fc4

Please sign in to comment.