We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c9b3f commit 6633e65Copy full SHA for 6633e65
.github/workflows/hw.yml
@@ -15,7 +15,8 @@ on:
15
jobs:
16
hardware-test:
17
name: Hardware ${{ inputs.chip }} ${{ inputs.type }} tests
18
- runs-on: [arduino, "${{ inputs.chip }}"]
+ #runs-on: [arduino, "${{ inputs.chip }}"]
19
+ runs-on: ubuntu-latest
20
env:
21
id: ${{ github.event.pull_request.number || github.ref }}-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.chip }}-${{ inputs.type }}
22
container:
0 commit comments