Skip to content

Commit

Permalink
Move cd to the collection root.
Browse files Browse the repository at this point in the history
This is needed by ansible-test.
  • Loading branch information
Christopher Palmer-Richez committed Aug 1, 2024
1 parent f054b34 commit deaab5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: cp -r * "$HOME/.ansible/collections/ansible_collections/tofugarden/secureboot/"
- name: Run ansible-test
run: ansible-test sanity
working-directory: "/home/runner/.ansible/collections"
working-directory: "/home/runner/.ansible/collections/ansible_collections/tofugarden/secureboot"

0 comments on commit deaab5d

Please sign in to comment.