thenatlog 11 months ago
parent
commit
e9e7198a56
1 changed files with 8 additions and 3 deletions
  1. 8 3
      .circleci/config.yml

+ 8 - 3
.circleci/config.yml

@@ -19,6 +19,7 @@ jobs:
             echo "Checking GitHub HTTP connection..."
             curl -I https://github.com
       - checkout
+      # Uncomment and customize below if needed
       # - run:
       #     name: Print Machine Details
       #     command: |
@@ -43,6 +44,10 @@ workflows:
   check-chips:
     jobs:
       - check_chip:
-          matrix:
-            parameters:
-              target_chip: ["M3", "M4"]
+          name: Check Chip M3
+          parameters:
+            target_chip: "M3"
+      - check_chip:
+          name: Check Chip M4
+          parameters:
+            target_chip: "M4"