Skip to content

Commit

Permalink
test with master
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod committed Jul 15, 2024
1 parent 0328ac9 commit 9f60249
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,11 @@ jobs:
if [[ "$RUNNER_OS" != "macOS" ]]; then
# Get regression from github releases
mkdir -p "${{ runner.temp }}/regression_tmp/install"
echo 'Downloading regression binary: https://github.com/sofa-framework/regression/releases/download/release-master/Regression_test_master_for-SOFA-${{ steps.sofa.outputs.sofa_version }}_${{RUNNER_OS}}.zip'
echo "steps.sofa.outputs.sofa_version = ${{ steps.sofa.outputs.sofa_version }}"
echo "RUNNER_OS = ${RUNNER_OS}"
curl --output "${{ runner.temp }}/regression_tmp/${RUNNER_OS}.zip" -L https://github.com/sofa-framework/regression/releases/download/release-master/Regression_test_master_for-SOFA-${{ steps.sofa.outputs.sofa_version }}_${{RUNNER_OS}}.zip
#echo 'Downloading regression binary: https://github.com/sofa-framework/regression/releases/download/release-master/Regression_test_master_for-SOFA-${{ steps.sofa.outputs.sofa_version }}_${{RUNNER_OS}}.zip'
echo 'Downloading regression binary: https://github.com/sofa-framework/regression/releases/download/release-master/Regression_test_master_for-SOFA-master_${{RUNNER_OS}}.zip'
#echo "steps.sofa.outputs.sofa_version = ${{ steps.sofa.outputs.sofa_version }}"
#echo "RUNNER_OS = ${RUNNER_OS}"
curl --output "${{ runner.temp }}/regression_tmp/${RUNNER_OS}.zip" -L https://github.com/sofa-framework/regression/releases/download/release-master/Regression_test_master_for-SOFA-master_${{RUNNER_OS}}.zip
unzip -qq "${{ runner.temp }}/regression_tmp/${RUNNER_OS}.zip" -d "${{ runner.temp }}/regression_tmp/install"
# Install it in the SOFA bin directory
$SUDO mv "${{ runner.temp }}"/regression_tmp/install/Regression_*/bin/* "${SOFA_ROOT}/bin"
Expand Down

0 comments on commit 9f60249

Please sign in to comment.