Skip to content

Commit 92baa28

Browse files
committed
actions: fix names and remove circleci
Circle, you were useful although a minor pain to setup, thanks for the help
1 parent 632d15a commit 92baa28

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.circleci/config.yml

-39
This file was deleted.

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install library dependencies
5252
run: pio lib -g install ANT
5353

54-
- name: Run PlatformIO
54+
- name: Build example
5555
run: pio ci --board=teensy31 --lib="."
5656
env:
5757
PLATFORMIO_CI_SRC: ${{ matrix.example }}
@@ -86,5 +86,5 @@ jobs:
8686
- name: Install library dependencies
8787
run: pio lib -g install ANT
8888

89-
- name: Run PlatformIO
89+
- name: Run tests
9090
run: pio test -e native

0 commit comments

Comments
 (0)