Skip to content

Commit

Permalink
test(build-dependants) add continue-on-error setting in the build dep…
Browse files Browse the repository at this point in the history
…endants workflow.
  • Loading branch information
SvitlanaKovalova1 committed Nov 27, 2024
1 parent a2eca13 commit 5893140
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-dependants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,18 @@ jobs:
distribution: 'temurin'
java-version: '17'
- run: git clone --depth 1 --recurse-submodules https://github.com/folio-org/mod-quick-marc
- uses: actions/cache@v4
with:
path: |
~/.m2
!~/.m2/repository/org/folio/mod-record-specifications
key: mod-quick-marc-${{ hashFiles('**/pom.xml') }}
restore-keys: mod-quick-marc-
- uses: actions/download-artifact@v4
with:
name: mod-record-specifications
path: ~/.m2/repository/org/folio/mod-record-specifications
- run: cd mod-quick-marc; mvn -B clean verify
continue-on-error: false
# mod-entities-links:
# needs: mod-record-specifications

0 comments on commit 5893140

Please sign in to comment.