Skip to content

Commit a78d875

Browse files
committed
fix job name
1 parent c092f9c commit a78d875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# ref: https://docs.platformio.org/en/stable/integration/ci/github-actions.html#using-cmd-run-command
6161
pip install --upgrade platformio
6262
63-
- name: Build PlatformIO Project
63+
- name: Run tests
6464
shell: pwsh
6565
run: |
6666
$verbose = '${{ inputs.verbose }}' -ieq 'true'

0 commit comments

Comments
 (0)