Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: test on macOS 13 (Intel) #3578

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/workspace/action.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions .github/workflows/unix_impl.yml
Original file line number Diff line number Diff line change
@@ -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