We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d82f305 + 6f058c6 commit 9b56918Copy full SHA for 9b56918
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
- lint
24
- test
25
26
- if: ${{ github.repository == 'UiPath/uipath-python' }}
+ if: ${{ github.repository == 'UiPath/uipath-runtime-python' }}
27
permissions:
28
contents: read
29
actions: write
tests/test_placeholder.py
@@ -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