Skip to content

Commit

Permalink
Revert CI unit tests to run on remote hardware.
Browse files Browse the repository at this point in the history
  • Loading branch information
adbancroft committed Oct 2, 2024
1 parent 251ba46 commit 009e620
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ jobs:
platformio upgrade
platformio pkg update
- name: Install SimAVR
run: |
sudo apt update
sudo apt-get install -y simavr
- name: Run Unit Tests
env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
run: |
platformio test -v -e megaatmega2560_sim_unittest_ubuntu
platformio run -e megaatmega2560
platformio remote test --force-remote --environment megaatmega2560
- name: Discord Notification (Unit Tests Failed)
uses: rjstone/discord-webhook-notify@v1
Expand Down

0 comments on commit 009e620

Please sign in to comment.