Skip to content

Refactor CI and libamambapy tests (on Win) #817

Refactor CI and libamambapy tests (on Win)

Refactor CI and libamambapy tests (on Win) #817

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:
name: Unix tests

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

View workflow run for this annotation

GitHub Actions / Unix tests

Invalid workflow file

The workflow is not valid. .github/workflows/unix.yml (Line: 20, Col: 5): Required property is missing: runs-on
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
build_type: [release, debug]
fail-fast: false
steps:
- run: echo "Hello"
# uses: ./.github/workflows/unix_impl.yml
# with:
# os: ${{ matrix.os }}
# build_type: ${{ matrix.build_type }}