diff --git a/.github/actions/workspace/action.yml b/.github/actions/workspace/action.yml index 0cfd129639..aa6598adc9 100644 --- a/.github/actions/workspace/action.yml +++ b/.github/actions/workspace/action.yml @@ -38,7 +38,7 @@ runs: with: path: ${{ inputs.path }} key: ${{ inputs.key_prefix }}-${{ inputs.key_base }}-${{ inputs.key_suffix }} - fail-on-cache-miss: true + fail-on-cache-miss: false - name: Delete workspace if: ${{ inputs.action == 'delete' }} shell: bash diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b66a4b254d..0022294897 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: name: Unix strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-13] build_type: [release, debug] fail-fast: false uses: ./.github/workflows/unix_impl.yml diff --git a/.github/workflows/unix_impl.yml b/.github/workflows/unix_impl.yml index d152ada956..5369d57da0 100644 --- a/.github/workflows/unix_impl.yml +++ b/.github/workflows/unix_impl.yml @@ -162,8 +162,7 @@ jobs: run: | export TEST_MAMBA_EXE=$(pwd)/build/micromamba/mamba unset CONDARC # Interferes with tests - python -m pytest micromamba/tests/ \ - ${{ runner.debug == 'true' && '-v --capture=tee-sys' || '--exitfirst' }} + python -m pytest micromamba/tests/ -vvv --capture=tee-sys verify_pkg_tests: name: mamba-content-trust tests