Skip to content

Workflow file for this run

name: Test Build
on:
push:
paths:
- '**'
- '!**.md'
- '!dev/**'
- '!verify/**'
jobs:
macos:
uses: ./.github/workflows/self-test-suite.yml

Check failure on line 14 in .github/workflows/test-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-build.yml" -> "./.github/workflows/self-test-suite.yml" (source branch with sha:7472326a2a2ab0d434103a21bf94428753e96c17) : a step cannot have both the `uses` and `run` keys
with:
runner: macos-latest
linux:
uses: ./.github/workflows/self-test-suite.yml
with:
runner: ubuntu-latest