Implement new keyring template processor. #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| with: | ||
| skip-platforms: 'macos-amd64' # tty test is failing on macos-amd64 runner for some reason, not a priority. | ||