Skip to content

Commit c1b8c4f

Browse files
committed
Issue geerlingguy#429: Stop testing Rails deployment example test in chapter 10 for now.
1 parent e7f47ec commit c1b8c4f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ jobs:
3535
strategy:
3636
matrix:
3737
include:
38-
- playbook: deployments.yml
39-
distro: ubuntu2004
40-
test_idempotence: false
38+
# TODO: This started failing on GitHub Actions.
39+
# See: https://github.com/geerlingguy/ansible-for-devops/issues/429
40+
# - playbook: deployments.yml
41+
# distro: ubuntu2004
42+
# test_idempotence: false
4143

4244
# TODO: Not easy to test in CI at this time.
4345
# - playbook: deployments-balancer.yml

0 commit comments

Comments
 (0)