Skip to content

Allow to skip some platforms. #40

Allow to skip some platforms.

Allow to skip some platforms. #40

Workflow file for this run

name: 🧪 Code Coverage & Testing
on:
push:
branches:
- 'main'
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
- '.goreleaser.yaml'
- 'example/**'
- 'docs/**'
pull_request:
branches:
- 'main'
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.gitignore'
- '.goreleaser.yaml'
- 'example/**'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: 🛡 Testing Suite
uses: ./.github/workflows/test-suite.yaml

Check failure on line 32 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "./.github/workflows/test-suite.yaml" (source branch with sha:11e3646bd03565f002239468010f17e466fa0a3b) : (Line: 99, Col: 9): Unrecognized named-value: 'matrix'. Located at position 34 within expression: !contains(inputs.skip-platforms, matrix.platform)
with:
use-docker-sidecar: true # 🐳 Enable full testing environment
use-sidecar-remote-share: true # 📁 Enable remote file sharing for testing
use-local-docker: true # 🐳 Install local docker on non-linux runners