Skip to content

Commit

Permalink
fix(tests): Update dependent plugins and add fix for failing minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed Feb 2, 2024
1 parent 6b35a3e commit 528b33c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
repository: theforeman/foreman
ref: ${{ matrix.foreman-core-branch }}
fetch-depth: 0
- name: Apply patches for Foreman >= 3.2 and <= 3.7
if: ${{ contains(fromJson('["3.2-stable", "3.3-stable", "3.4-stable", "3.5-stable", "3.6-stable", "3.7-stable"]'), matrix.foreman-core-branch) }}
run: |
git cherry-pick -n 1c3a4155f286352e0abbf0d0b298e47e81c2d6c5 # Pin minitest < 5.19 to resolve test failures (see https://github.com/theforeman/foreman/pull/9781)
- uses: actions/checkout@v3
with:
path: foreman_git_templates
Expand Down

0 comments on commit 528b33c

Please sign in to comment.