Skip to content

Enable ARM64 Workflow #2

Enable ARM64 Workflow

Enable ARM64 Workflow #2

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@11d03fd542a2cc6c8cd869e5a45b1634ef9261a1 (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@11d03fd542a2cc6c8cd869e5a45b1634ef9261a1 (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']"
coverage:
needs:
- test-linux-amd64
- test-linux-386
runs-on: ubuntu-latest-8-cores
steps:
- uses: actions/checkout@v4
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@v5
with:
go-version: ${{ steps.goversion.outputs.goversion }}
- run: make test