Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Dec 18, 2023
1 parent 732f087 commit da3fa74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/langchain-master-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
HUGGINGFACE_HUB_KEY: "${{ secrets.E2E_TESTS_HUGGINGFACE_HUB_KEY }}"
run: |
#tox -c ragstack-e2e-tests -e langchain
echo "test" > ragstack-e2e-tests/langchain-tests-report.txt
echo "hello" > ragstack-e2e-tests/langchain-tests-report.txt
echo "there" >> ragstack-e2e-tests/langchain-tests-report.txt
echo "test" > ragstack-e2e-tests/all-tests-report.txt
echo "test" > ragstack-e2e-tests/failed-tests-report.txt
Expand Down Expand Up @@ -107,7 +108,7 @@ jobs:
echo "<h3><a href=\"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\">$(date '+%Y-%m-%d')</a></h3>" > report-file.html
echo "Commit: <a href=\"https://github.com/langchain-ai/langchain/commits/${{ steps.commit-ref.outputs.commit-ref }}\">${{ steps.commit-ref.outputs.commit-ref }}</a><br>" >> report-file.html
echo "<br>" >> report-file.html
sed -i 's/$/<br>/' ragstack-e2e-tests/langchain-tests-report.txt >> report-file.html
sed 's/$/<br>/' ragstack-e2e-tests/langchain-tests-report.txt >> report-file.html
- name: Upload report to Github Pages
if: always() && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
Expand Down

0 comments on commit da3fa74

Please sign in to comment.