Skip to content

Commit

Permalink
Add spring group
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 20, 2023
1 parent f0a8d7c commit dc56dc9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .dx/tasks/solution/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
clean
test
--define prefs={{ prefs }}
{% if test_failure_ignore is defined %}
--define maven.test.failure.ignore={{ test_failure_ignore }}
{% endif %}
{% if reminder is defined %}
--define bezmen.sharding.reminder={{ reminder }}
{% endif %}
Expand Down
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ updates:
open-pull-requests-limit: 10
schedule:
interval: "daily"
groups:
spring:
patterns:
- "org.springframework.*"
- package-ecosystem: "maven"
directory: "/apps"
schedule:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/solution-beyond-doubt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,13 @@ jobs:
tools: python java docker
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
continue-on-error: true # it's ok because solution compilation can be skipped
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.usage }}-${{ matrix.prefs }}
path: solutions/target/context
- run: >
ansible-playbook stacks.yml -t test
-e image_repo=${{ env.IMAGE_REPO }}
-e test_failure_ignore=true
-e usage=${{ matrix.usage }}
-e prefs=${{ matrix.prefs }}
-e reminder=${{ matrix.shard }}
Expand Down Expand Up @@ -145,7 +144,7 @@ jobs:
tools: python docker
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/[email protected]
continue-on-error: true # it's ok because solution compilation can be skipped
continue-on-error: true # it's ok because stack building can be skipped
with:
name: solution-${{ matrix.usage }}-${{ matrix.prefs }}
path: solutions/target/context
Expand Down

0 comments on commit dc56dc9

Please sign in to comment.