Skip to content

Commit

Permalink
CI DNM: temporarily test against antsibull-core fork
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 5, 2023
1 parent bd726b6 commit ef3f11f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Check out dependent project antsibull-core
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
repository: gotmax23/antsibull-core
ref: pydanticv2-only
path: antsibull-core
- name: Check out dependent project antsibull-docs-parser
uses: actions/checkout@v4
Expand All @@ -54,6 +55,13 @@ jobs:
defaults:
run:
working-directory: antsibull-docs
strategy:
matrix:
include:
- antsibull_core_ref: "pydanticv2-only"
antsibull_core_repo: "gotmax23/antsibull-core"
- antsibull_core_ref: "main"
antsibull_core_repo: "ansible-community/antsibull-core"
steps:
- name: Check out antsibull-docs
uses: actions/checkout@v4
Expand All @@ -62,7 +70,8 @@ jobs:
- name: Check out dependent project antsibull-core
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
repository: "${{ matrix.antsibull_core_repo }}"
ref: ${{ matrix.antsibull_core_ref }}
path: antsibull-core
- name: Check out dependent project antsibull-docs-parser
uses: actions/checkout@v4
Expand Down

0 comments on commit ef3f11f

Please sign in to comment.