Skip to content

Commit

Permalink
PMM-7 Fix the job RESULTS.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet0191 authored Apr 29, 2024
1 parent f8247d3 commit 178b45d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/RESULTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
timeout-minutes: 10
env:
PK_GITHUB_TOKEN: ${{ secrets.PK_GITHUB_TOKEN }}
JOB_NAME: ${{ inputs.job_name || 'PMM_PS' }}

steps:
- uses: actions/checkout@v2
- name: Setup tools
run: |
ls -la
chmod +x qa_integration_results.py
python ./qa_integration_results.py
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: ${{ steps.artifact_name.outputs.result }}
name: Attach Results output
path: |
results/workflow_runs_{{ job_name }}.csv
results/workflow_runs_{{ JOB_NAME }}.csv

0 comments on commit 178b45d

Please sign in to comment.