Skip to content

Commit 9b56918

Browse files
authored
Merge pull request #2 from UiPath/fix/add_ci_cd
fix: add dummy test
2 parents d82f305 + 6f058c6 commit 9b56918

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- lint
2424
- test
2525

26-
if: ${{ github.repository == 'UiPath/uipath-python' }}
26+
if: ${{ github.repository == 'UiPath/uipath-runtime-python' }}
2727
permissions:
2828
contents: read
2929
actions: write

tests/test_placeholder.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""Placeholder test to prevent pytest from failing."""
2+
3+
4+
def test_placeholder():
5+
"""Placeholder test that always passes."""
6+
assert True

0 commit comments

Comments
 (0)