Skip to content

Commit

Permalink
Use explicit namespace and name for path
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Nov 21, 2023
1 parent d5f4f2d commit 968302a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
path: ansible_collection/${{ github.repository }}
path: ansible_collection/redhatci/ocp

- name: Set up Python
uses: actions/setup-python@v3
Expand All @@ -29,4 +29,4 @@ jobs:
# Always succeeding sanity test until all errors are fixed
- name: Run sanity test
run: ansible-test sanity -v --docker --color --coverage || true
working-directory: ansible_collection/${{ github.repository }}
working-directory: ansible_collection/redhatci/ocp
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*.tar.gz
*.tar.gz

0 comments on commit 968302a

Please sign in to comment.