Refactor GitHub Actions workflow for clarity and consistency

- Renamed job from 'Run workspace tests' to 'run-workspace-tests' for consistency with naming conventions.
- Updated step name from 'Type check adapter-electron' to 'Run workspace tests' to better reflect its purpose.
This commit is contained in:
Luke Hagar
2025-07-14 12:05:34 -05:00
parent 73691e2b6a
commit cfd43bac1c

View File

@@ -5,7 +5,7 @@ on:
branches: [ main ]
jobs:
Run workspace tests:
run-workspace-tests:
name: Run workspace tests
runs-on: ubuntu-latest
@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Type check adapter-electron
- name: Run workspace tests
run: pnpm -r test
build-test: