Skip to content

Commit 7c004d9

Browse files
committed
Directory check
1 parent 5f056d0 commit 7c004d9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ansible-site-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
run: |
4040
echo "IMAGE=ghcr.io/${{ steps.normalize.outputs.REPO_LOWER }}/fedora-ansible-43-ansible:latest" >> $GITHUB_OUTPUT
4141
42+
- name: Check what directory we are in
43+
run: pwd && tree -aC
44+
4245
- name: Run playbook inside container
4346
uses: addnab/docker-run-action@v3
4447
with:

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
python3-pip \
3434
git \
3535
sshpass \
36-
jq
36+
jq \
37+
tree
3738
3839
- name: Install Ansible toolchain via pip
3940
run: |

0 commit comments

Comments
 (0)