Merge pull request #18686 from mmorel-35/testifylint/bool-compare #15452
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: Tests | |
on: [push, pull_request] | |
permissions: read-all | |
jobs: | |
arm64: | |
uses: ./.github/workflows/tests-template.yaml | |
with: | |
arch: arm64 | |
runs-on: actuated-arm64-8cpu-8gb |