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 0bc1b5e commit 265687aCopy full SHA for 265687a
.github/workflows/action_auto_utest.yml
@@ -25,7 +25,7 @@ permissions:
25
jobs:
26
test:
27
runs-on: ubuntu-22.04
28
- name: ${{ matrix.platform.KERNEL }} - ${{ matrix.config_file }}
+ name: ${{ matrix.platform.UTEST }}-${{ matrix.platform.KERNEL }} - ${{ matrix.config_file }}
29
if: github.repository_owner == 'RT-Thread'
30
strategy:
31
fail-fast: false
0 commit comments