diff --git a/.github/workflows/build-dependants.yml b/.github/workflows/build-dependants.yml index 1beea39..48e90f0 100644 --- a/.github/workflows/build-dependants.yml +++ b/.github/workflows/build-dependants.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: mod-record-specifications - path: ~/.m2/repository/org/folio/mod-record-specifications + path: ~/.m2/repository/org/folio if-no-files-found: error retention-days: 1 mod-quick-marc: @@ -47,14 +47,8 @@ jobs: - run: git clone --depth 1 --recurse-submodules https://github.com/folio-org/mod-quick-marc - uses: actions/download-artifact@v4 with: - name: mod-record-specifications - path: ~/.m2/repository/org/folio/mod-record-specifications - - run: | - # Ensure artifact is in the correct directory in local Maven repo - ls -l ~/.m2/repository/org/folio/mod-record-specifications-validator/1.1.0-SNAPSHOT/mod-record-specifications-validator-1.1.0-SNAPSHOT - - run: | - # Build mod-quick-marc, using local repository path for dependency resolution - cd mod-quick-marc - mvn -B clean verify -Dmaven.repo.local=/home/runner/.m2/repository -pl mod-record-specifications-validator -am + name: mod-quick-marc + path: ~/.m2/repository/org/folio + - run: cd mod-quick-marc; mvn -B clean verify # mod-entities-links: # needs: mod-record-specifications