Skip to content

Commit

Permalink
Maybe this fixes it?
Browse files Browse the repository at this point in the history
  • Loading branch information
voroscsoki committed May 14, 2024
1 parent 38a3588 commit 2d4e8da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
Expand All @@ -34,7 +32,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file "Sivatagi vizhalozatok uzemeltetese a gyakorlatban 2/pom.xml"
run: mvn -B package --file pom.xml
working-directory: "./Sivatagi vizhalozatok uzemeltetese a gyakorlatban 2"

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 2d4e8da

Please sign in to comment.