Skip to content

Commit

Permalink
Add name to upload-logs step
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 23, 2024
1 parent fcf94fc commit 3077572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
run: |
source .venv/bin/activate
ray down .github/assets/benchmarking_ray_config.yaml -y
- uses: actions/upload-artifact@v4
- name: Upload log files
uses: actions/upload-artifact@v4
with:
name: ray-daft-logs
path: ray-daft-logs

0 comments on commit 3077572

Please sign in to comment.