Skip to content

Commit

Permalink
Configuration - Add step to download all test results for Windows x64…
Browse files Browse the repository at this point in the history
… from master branch
  • Loading branch information
dpasukhi committed Oct 26, 2024
1 parent ffc5852 commit 31d3a0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,14 @@ jobs:
latest_run_id=$(echo "$response" | jq -r --arg workflow_name "$workflow_name" '.workflow_runs[] | select(.name==$workflow_name) | .id' | head -n 1)
echo "latest_run_id=$latest_run_id" >> $GITHUB_ENV
- name: Download all test results (Windows x64) from master
uses: actions/[email protected]
with:
name: results-windows-x64
path: install/bin/results/master/windows-x64
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ env.latest_run_id }}

- name: Download all test results (Windows Clang x64) from master
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 31d3a0c

Please sign in to comment.