From 964b31626fc518da3b58a0c0636077e6504d75b9 Mon Sep 17 00:00:00 2001 From: erik pernod Date: Thu, 30 May 2024 17:36:24 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9250db..80628f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: sofa_root: ${{ github.workspace }}/sofa sofa_version: ${{ matrix.sofa_branch }} - sofa_scope: 'standard' + sofa_scope: 'full' - name: Checkout source code uses: actions/checkout@v2 with: