Skip to content

Commit

Permalink
chore: GitHub's dependency graph was being run in top directory
Browse files Browse the repository at this point in the history
  • Loading branch information
marcastel committed Oct 23, 2023
1 parent 8d1cdc0 commit 1b07133
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
build:

runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./src

steps:
- uses: actions/checkout@v3
Expand All @@ -28,9 +32,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: |
cd src
mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

# 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 1b07133

Please sign in to comment.