We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58546ca commit c9ed81bCopy full SHA for c9ed81b
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - initial-impl
+ - main
7
pull_request:
8
9
env:
@@ -50,10 +50,3 @@ jobs:
50
- name: Run sanity tests
51
run: ansible-test sanity -v --color --python ${{ matrix.python_version }} --exclude changelogs/fragments/.gitignore --skip-test symlinks
52
working-directory: ./ansible_collections/middleware_automation/common
53
-
54
- # - name: Run molecule test
55
- # run: molecule test --all
56
- # working-directory: ./ansible_collections/middleware_automation/common
57
- # env:
58
- # PY_COLORS: '1'
59
- # ANSIBLE_FORCE_COLOR: '1'
0 commit comments