Skip to content

Commit 1d8931a

Browse files
feat: install in dotnet
1 parent 8f2cc13 commit 1d8931a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515

1616
- run: npm test
1717

18+
dotnet-uipath-setup:
19+
runs-on: windows-latest
20+
steps:
21+
- uses: actions/checkout@v6
22+
- run: dotnet tool install --global UiPath.CLI.Windows
23+
- run: uipcli --version
24+
1825
# test action works running from the graph
1926
setup-uipath-job:
2027
strategy:

0 commit comments

Comments
 (0)