Update the test vote.txt to demo the node being de-priotized on next … #24
This file contains 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: Test ARM64 | |
permissions: read-all | |
on: [push, pull_request] | |
jobs: | |
test-linux-arm64-cpu-race: | |
uses: ./.github/workflows/test_template.yaml | |
with: | |
runs-on: actuated-arm64-8cpu-8gb | |
targets: "['linux-arm64-unit-4-cpu-race']" |