Consolidate commands
This commit is contained in:
@@ -95,11 +95,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install dependencies, setup devices and run
|
||||||
run: pnpm install
|
shell: bash
|
||||||
|
run: |
|
||||||
- name: Setup devices
|
cd meshtastic/
|
||||||
run: pnpm run setup
|
pnpm install
|
||||||
|
pnpm run setup
|
||||||
- name: Execute end to end tests on connected hardware
|
pnpm run test
|
||||||
run: pnpm run test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user