Skip to content

Commit 156b0a9

Browse files
committed
ci: ansible cert check try 2 [citest_skip]
ci: ansible cert check try 2 [citest_skip] Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent cde507f commit 156b0a9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ansible-cert-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
run: |
6363
set -euxo pipefail
6464
TOXENV=collection lsr_ci_runtox
65+
pwd
66+
ls -alrtF .
67+
ls -la .tox/ansible_collections/fedora/linux_system_roles
6568
call:
6669
if: |
6770
!((github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[citest_skip]')) ||
@@ -76,4 +79,4 @@ jobs:
7679
# ansible-core-version: '2.17.0'
7780
# python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]'
7881
with:
79-
collection-root: ${{ github.workspace }}/.tox/ansible_collections/fedora/linux_system_roles
82+
collection-root: .tox/ansible_collections/fedora/linux_system_roles

0 commit comments

Comments
 (0)