Skip to content

ci²

ci² #4

Workflow file for this run

name: ci-squared
run-name: ci²
on:
pull_request:
paths:
- .github/workflows/ci-squared.yml
concurrency:
group: ${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
jobs:
deploy-test:
strategy:
matrix:
platform:
- os: [self-hosted, macOS, X64]
test-os: [macos-11, macos-12]
- os: [self-hosted, macOS, ARM64]
- os: [self-hosted, linux, ARM64]
- os: {group: "linux-x86-64"}
test-os: [self-hosted, linux, ARM64]
container: debian:buster-slim
uses: ./.github/workflows/pkger.yml

Check failure on line 25 in .github/workflows/ci-squared.yml

View workflow run for this annotation

GitHub Actions / ci-squared

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-squared.yml (Line: 25, Col: 11): Error from called workflow pkgxdev/pantry/.github/workflows/pkger.yml@41315eb731538245cc72b11ace5537a9491b64c5 (Line: 8, Col: 9): Required property is missing: type
with:
platform: ${{ matrix.platform }}
project: openssl.org