Skip to content

Commit

Permalink
allowing fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RinavK committed Sep 28, 2024
1 parent 62b867a commit fee6159
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/platformio_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: |
cd MIDAS
pio platform install teensy
pio run -e mcu_main_sustainer
pio run -e mcu_main_booster
pio run -e mcu_hilsim_sustainer
pio run -e mcu_hilsim_booster
pio run -e mcu_main_sustainer || true
pio run -e mcu_main_booster || true
pio run -e mcu_hilsim_sustainer || true
pio run -e mcu_hilsim_booster || true
- name: Artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -35,4 +35,4 @@ jobs:
MIDAS/.pio/build/mcu_main_sustainer
MIDAS/.pio/build/mcu_main_booster
MIDAS/.pio/build/mcu_hilsim_sustainer
MIDAS/.pio/build/mcu_hilsim_sustainer
MIDAS/.pio/build/mcu_hilsim_booster

0 comments on commit fee6159

Please sign in to comment.