Skip to content

Implement new keyring template processor. #6

Implement new keyring template processor.

Implement new keyring template processor. #6

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: launchrctl/launchr/.github/workflows/test-suite.yaml@main

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" -> "launchrctl/launchr/.github/workflows/test-suite.yaml@main" (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:
skip-platforms: 'macos-amd64' # tty test is failing on macos-amd64 runner for some reason, not a priority.