Skip to content

Commit

Permalink
switch to physical device test (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 25, 2024
1 parent 84ebf75 commit a88e583
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Flutter
name: Flutter Tests

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react-native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: sed -i 's:{TESTING_ACCESS_KEY_HERE}:${{secrets.PV_VALID_ACCESS_KEY}}:' Tests.ts

- name: Build tests
run: detox build --configuration android.emu.release
run: detox build --configuration android.att.release

- name: Run tests
run: detox test --configuration android.emu.release
run: detox test --configuration android.att.release

test-ios:
name: Run tests on iOS
Expand Down
3 changes: 2 additions & 1 deletion demo/mcu/stm32f769/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ This package contains a demo project for the STM32F769 Discovery kit using Picov
For this demo, you need to:
<!-- markdown-link-check-disable -->
1. Download and install [STM32CubeIDE](https://www.st.com/en/development-tools/stm32cubeide.html), which is an
all-in-one multi-OS development tool for STM32 microcontrollers.<!-- markdown-link-check-enable -->
all-in-one multi-OS development tool for STM32 microcontrollers.
2. Install a serial port monitor on your system to be able to communicate with the
board. [Arduino environment's built-in serial monitor](https://www.arduino.cc/en/software)
and [Coolterm](https://freeware.the-meiers.org/) are two free options available on all platforms (Windows, Linux, and
macOS).
<!-- markdown-link-check-enable -->

## AccessKey

Expand Down

0 comments on commit a88e583

Please sign in to comment.