(ci/cd) interpret results

This commit is contained in:
ishaan-jaff 2024-03-15 10:58:58 -07:00
parent d482d04161
commit 8a8dec7c1c

View file

@ -19,8 +19,9 @@ jobs:
RUNTIME: "3s"
- name: Process Load Test Stats
run: |
# Assuming you want to use a Python script named process_stats.py
python .github/workflows/process_stats.py load_test_stats.csv
echo "Current working directory: $PWD"
ls
python ../.github/workflows/process_stats.py
working-directory: ${{ github.workspace }}
- name: Upload CSV as Asset to Latest Release
uses: xresloader/upload-to-github-release@v1