Skip to content

Enable ARM64 Workflow #1

Enable ARM64 Workflow

Enable ARM64 Workflow #1

Workflow file for this run

name: Test AMD64
permissions: read-all
on: [push, pull_request]
jobs:
test-linux-amd64:
uses: ./.github/workflows/test_template.yaml

Check failure on line 6 in .github/workflows/test_amd64.yaml

View workflow run for this annotation

GitHub Actions / Test AMD64

Invalid workflow file

The workflow is not valid. In .github/workflows/test_amd64.yaml (Line: 6, Col: 11): Error from called workflow etcd-io/raft/.github/workflows/test_template.yaml@53205137c0e6ea4c98c31f69e2d3a626cd389124 (Line: 21, Col: 17): Unrecognized named-value: 'input'. Located at position 10 within expression: fromJSON(input.targets) In .github/workflows/test_amd64.yaml (Line: 6, Col: 11): Error from called workflow etcd-io/raft/.github/workflows/test_template.yaml@53205137c0e6ea4c98c31f69e2d3a626cd389124 (Line: 21, Col: 17): Unexpected value '${{ fromJSON(input.targets) }}'
with:
targets: "['linux-amd64-unit-4-cpu-race']"
test-linux-386:
uses: ./.github/workflows/test_template.yaml
with:
targets: "['linux-386-unit-1-cpu']"