Skip to content

Commit ff90bb5

Browse files
authored
Rm additional file check for scheduled tests (#11192)
cc @obi1kenobi Causing issues with GHA creds https://github.com/langchain-ai/langchain/actions/runs/6342674950/job/17228926776
1 parent 3508e58 commit ff90bb5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/scheduled_test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,3 @@ jobs:
5555
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5656
run: |
5757
make scheduled_tests
58-
59-
- name: Ensure the tests did not create any additional files
60-
shell: bash
61-
run: |
62-
set -eu
63-
64-
STATUS="$(git status)"
65-
echo "$STATUS"
66-
67-
# grep will exit non-zero if the target message isn't found,
68-
# and `set -e` above will cause the step to fail.
69-
echo "$STATUS" | grep 'nothing to commit, working tree clean'

0 commit comments

Comments
 (0)