Update build.yml
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 272cd18..3560883 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -159,6 +159,9 @@
           BLOBDIR: /tools/blobs
         with:
           run: |
+            #### Begin Test
+            echo ${{steps.label-the-PR.outputs.all-labels}}
+            #### End Test
             echo "::add-matcher::sources/nuttx/.github/gcc.json"
             export ARTIFACTDIR=`pwd`/buildartifacts
             git config --global --add safe.directory /github/workspace/sources/nuttx