mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 12:47:48 +00:00
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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user