Skip to content

Commit 8fa825e

Browse files
authored
ci: drop redundant test job from cd (#846)
1 parent 9ff96d1 commit 8fa825e

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/cd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,12 @@ jobs:
1212
lint:
1313
uses: ./.github/workflows/lint.yml
1414

15-
test:
16-
uses: ./.github/workflows/test.yml
17-
secrets:
18-
UIPATH_URL: ${{ secrets.UIPATH_URL }}
19-
UIPATH_CLIENT_ID: ${{ secrets.UIPATH_CLIENT_ID }}
20-
UIPATH_CLIENT_SECRET: ${{ secrets.UIPATH_CLIENT_SECRET }}
21-
2215
build:
2316
name: Build
2417
runs-on: ubuntu-latest
2518

2619
needs:
2720
- lint
28-
- test
2921

3022
if: ${{ github.repository == 'UiPath/uipath-langchain-python' }}
3123
permissions:

0 commit comments

Comments
 (0)