Skip to content

Commit

Permalink
Consolidate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Sep 24, 2024
1 parent 292027f commit a9d636c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9d636c

Please sign in to comment.