diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2946e64..fdea7af 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: - lint - test - if: ${{ github.repository == 'UiPath/uipath-python' }} + if: ${{ github.repository == 'UiPath/uipath-runtime-python' }} permissions: contents: read actions: write diff --git a/tests/test_placeholder.py b/tests/test_placeholder.py new file mode 100644 index 0000000..a3f43c4 --- /dev/null +++ b/tests/test_placeholder.py @@ -0,0 +1,6 @@ +"""Placeholder test to prevent pytest from failing.""" + + +def test_placeholder(): + """Placeholder test that always passes.""" + assert True