Consolidate commands

pull/4859/head
Ben Meadors 2024-09-24 14:02:12 -05:00 zatwierdzone przez GitHub
rodzic 292027f40f
commit a9d636c025
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 8 usunięć

Wyświetl plik

@ -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