Skip to content

Commit

Permalink
/test => /dev
Browse files Browse the repository at this point in the history
- Preserve /test for standard unit testing
  • Loading branch information
puzrin committed Mar 27, 2024
1 parent 933ace0 commit e06fe15
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pio-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:

- name: Build ProtocolAnalyzer
run: pio run
working-directory: ./test/ProtocolAnalyzer
working-directory: ./dev/ProtocolAnalyzer

- name: Build ListCapabilities
run: pio run
working-directory: ./test/ListCapabilities
working-directory: ./dev/ListCapabilities

- name: Build VoltageChange
run: pio run
working-directory: ./test/VoltageChange
working-directory: ./dev/VoltageChange
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e06fe15

Please sign in to comment.