Skip to content

Commit

Permalink
test(build-dependants) update build dependants workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvitlanaKovalova1 committed Nov 28, 2024
1 parent d693b51 commit 7278aec
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build-dependants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 7278aec

Please sign in to comment.