mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 22:22:05 +00:00
Consolidate commands
This commit is contained in:
parent
292027f40f
commit
a9d636c025
15
.github/workflows/tests.yml
vendored
15
.github/workflows/tests.yml
vendored
@ -95,11 +95,10 @@ jobs:
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Setup devices
|
||||
run: pnpm run setup
|
||||
|
||||
- name: Execute end to end tests on connected hardware
|
||||
run: pnpm run test
|
||||
- name: Install dependencies, setup devices and run
|
||||
shell: bash
|
||||
run: |
|
||||
cd meshtastic/
|
||||
pnpm install
|
||||
pnpm run setup
|
||||
pnpm run test
|
||||
|
Loading…
Reference in New Issue
Block a user