Skip to content

Commit

Permalink
Archive Rally logs in rally-tracks-compat job (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Apr 3, 2023
1 parent 53f6cc5 commit ea01989
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ jobs:
# elastic/endpoint fetches assets from GitHub, authenticate to avoid
# being rate limited
ASSETS_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Artifact will show up under "Artifacts" in the "Summary" page of runs
- uses: actions/upload-artifact@v3
if: always()
with:
name: rally-tracks-compat-logs
path: /home/runner/.rally/logs/
if-no-files-found: error

install-with-pyenv:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit ea01989

Please sign in to comment.