Skip to content

Commit

Permalink
Workflow updated because of changed pio environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Mar 3, 2023
1 parent 9adabc2 commit 890ece7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: intro
strategy:
matrix:
environment: ["a-star32U4"]
environment: ["LineFollowerTarget"]

# Steps represent a sequence of tasks that will be executed as part of the job.
steps:
Expand Down Expand Up @@ -97,8 +97,8 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Perform static checks on target a-star32U4
run: platformio check --environment a-star32U4
- name: Perform static checks on target LineFollowerTarget
run: platformio check --environment LineFollowerTarget

- name: Perform test on target Test (native)
run: platformio test --environment Test
Expand Down

0 comments on commit 890ece7

Please sign in to comment.