We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827c1da commit fe8bd9eCopy full SHA for fe8bd9e
.github/workflows/cat-test-examples.yml
@@ -71,11 +71,11 @@ jobs:
71
- name: Upload main artifacts to Google Drive
72
if: always() && github.ref == 'refs/heads/main'
73
run: |
74
- FILENAME=test-output-${{ github.run_number }}.zip
75
zip -r "$FILENAME" examples/team_recommender/tests/test_runs
76
uv run python src/cat_ai/publish_to_gdrive.py "$FILENAME"
77
env:
78
PARENT_FOLDER_IDS: ${{ vars.GOOGLE_DRIVE_TEST_OUTPUT_FOLDER_ID }}
+ FILENAME: test-output-${{ github.run_number }}.zip
79
80
- name: Upload artifacts
81
uses: actions/upload-artifact@v4
0 commit comments