Skip to content

Commit

Permalink
CLDR-17288 re-enable ansible build
Browse files Browse the repository at this point in the history
- was ignored since CLDR-14757
  • Loading branch information
srl295 committed Dec 20, 2023
1 parent 20c4dfd commit 86b2c90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
override-deps: |
rich>=9.5.1,<11.0.0
testprovision:
runs-on: macos-10.15 # see https://github.com/actions/virtual-environments/issues/4060
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -34,5 +34,5 @@ jobs:
run: brew install ansible
- name: Prepare the provision
run: (cd tools/scripts/ansible && ansible-galaxy install -r requirements.yml && ln -sv test-local-vars local-vars && vagrant validate)
- name: Try the provision (ignored, see CLDR-14757)
run: (cd tools/scripts/ansible && vagrant up) || ( echo Failing But Not Blocking CLDR-14757 ; true)
- name: Try the provision
run: (cd tools/scripts/ansible && vagrant up)

0 comments on commit 86b2c90

Please sign in to comment.