diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27db298..adf6373 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,9 @@ jobs: sofa_root: ${{ github.workspace }}/sofa sofa_version: ${{ matrix.sofa_branch }} sofa_scope: 'full' + - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: ${{ env.WORKSPACE_SRC_PATH }} @@ -80,6 +81,18 @@ jobs: name: ${{ steps.sanitize.outputs.artifact_name }} path: ${{ env.WORKSPACE_ARTIFACT_PATH }} + + - name: Launch test + uses: bakpaul/sofa-test-action@wip_first_attempt + with: + sofa_root: ${{ github.workspace }}/sofa + sofa_version: master + src_dir: ${{ env.WORKSPACE_SRC_PATH }} + build_dir: ${{ env.WORKSPACE_BUILD_PATH }} + python_exe: ${{ steps.sofa.outputs.python_exe }} + output_dir: ${{ github.workspace }}/tests-results_dir + nb_parallel_threads: '4' + - name: Set env vars for tests shell: bash run: |