diff --git a/.github/workflows/build_examples.yaml b/.github/workflows/build_examples.yaml index ec772ba06..b7432716c 100644 --- a/.github/workflows/build_examples.yaml +++ b/.github/workflows/build_examples.yaml @@ -13,5 +13,5 @@ jobs: if: ${{ ! contains(github.event.head_commit.message, 'ci skip') }} uses: EnviroDIY/workflows/.github/workflows/build_examples.yaml@main with: - boards_to_build: 'mayfly,megaatmega2560,zeroUSB,adafruit_feather_m0' + boards_to_build: 'mayfly,mega,zero,feather_m0' secrets: inherit diff --git a/continuous_integration/generate_job_matrix.py b/continuous_integration/generate_job_matrix.py index b8c12ebde..f2cd322d6 100644 --- a/continuous_integration/generate_job_matrix.py +++ b/continuous_integration/generate_job_matrix.py @@ -28,6 +28,7 @@ workspace_path = os.path.abspath(os.path.realpath(workspace_dir)) print(f"Workspace Path: {workspace_path}") +# %% # The examples directory examples_dir = "./examples/" examples_path = os.path.join(workspace_dir, examples_dir) @@ -652,7 +653,7 @@ def extend_pio_config(added_envs): # %% # Tack on a few more extra build configurations for the software serial libraries -for pio_env in ["Mayfly"]: +for pio_env in ["mayfly"]: arduino_serial_commands = [ start_job_commands, # 'echo "## [Extra Serials on {} with the Arduino CLI](https://github.com/EnviroDIY/ModularSensors/runs/$ACTION_RUN_ID?check_suite_focus=true#step:10:1)" >> $GITHUB_STEP_SUMMARY'.format(