Skip to content

Commit

Permalink
chore: enable azure destination CI tests (#2172)
Browse files Browse the repository at this point in the history
Add AZURE_DEST_CONNECTION_STR to list of env vars in ci ingest test
  • Loading branch information
rbiseck3 authored Nov 29, 2023
1 parent 92dae8c commit c028a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MONGODB_URI: ${{ secrets.MONGODB_URI }}
MONGODB_DATABASE_NAME: ${{ secrets.MONGODB_DATABASE_NAME }}
AZURE_DEST_CONNECTION_STR: ${{ secrets.AZURE_DEST_CONNECTION_STR }}
TABLE_OCR: "tesseract"
OCR_AGENT: "tesseract"
CI: "true"
Expand Down
2 changes: 2 additions & 0 deletions test_unstructured_ingest/test-ingest-dest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ function print_last_run() {
if [ "$CURRENT_TEST" != "none" ]; then
echo "Last ran script: $CURRENT_TEST"
fi
echo "######## SKIPPED TESTS: ########"
cat "$SKIPPED_FILES_LOG"
}

trap print_last_run EXIT
Expand Down

0 comments on commit c028a14

Please sign in to comment.