Skip to content

Refactor CI and libamambapy tests (on Unix) #795

Refactor CI and libamambapy tests (on Unix)

Refactor CI and libamambapy tests (on Unix) #795

Workflow file for this run

name: Unix tests
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unix_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
build_type: [release, debug]
fail-fast: false
uses: ./.github/workflows/unix_impl.yml

Check failure on line 25 in .github/workflows/unix.yml

View workflow run for this annotation

GitHub Actions / Unix tests

Invalid workflow file

The workflow is not valid. In .github/workflows/unix.yml (Line: 25, Col: 11): Error from called workflow mamba-org/mamba/.github/workflows/unix_impl.yml@5e5b695d23801fd020c629ba309082732f50d638 (Line: 11, Col: 9): Unexpected value 'options' In .github/workflows/unix.yml (Line: 25, Col: 11): Error from called workflow mamba-org/mamba/.github/workflows/unix_impl.yml@5e5b695d23801fd020c629ba309082732f50d638 (Line: 10, Col: 9): Required property is missing: type
with:
os: ${{ matrix.os }}
build_type: ${{ matrix.build_type }}