diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 458abc382..6641b81fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,11 +59,10 @@ jobs: # TODO: remove the pyyaml pin when 5.4.2 or a patched 5.4.1 exist that don't break with cython 3.0.0 pip install 'pyyaml<=5.3.1' pip install git-aggregator - pushd /tmp + cd /tmp gitaggregate -c $GITHUB_WORKSPACE/repos.yml find . -maxdepth 3 -mindepth 3 -name __manifest__.py -exec sh -c "ln -rs \$(dirname '{}') $ADDONS_DIR/" \; - popd - echo "addons_path=${ADDONS_PATH},${ADDONS_DIR}" >> ${ODOO_RC} + cd $GITHUB_WORKSPACE cat ${ODOO_RC} - name: Check licenses run: manifestoo -d . check-licenses