Skip to content

Commit

Permalink
Merge pull request #6 from bakpaul/24_01_fix_action_in_master
Browse files Browse the repository at this point in the history
Apply changes dones in #4 to fix action
  • Loading branch information
hugtalbot authored Jan 6, 2025
2 parents e34c765 + 6edec0b commit 941bb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
if: always()
shell: bash
run: |
chmod +x $WORKSPACE_BUILD_PATH/bin/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
chmod +x $WORKSPACE_BUILD_PATH/tests/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
cd $WORKSPACE_BUILD_PATH
./bin/Sofa.Metis_test{{ steps.sofa.outputs.exe }}
./tests/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
deploy:
name: Deploy artifacts
Expand Down

0 comments on commit 941bb96

Please sign in to comment.