Skip to content

Commit

Permalink
Rename uint test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jan 17, 2025
1 parent 1d96df4 commit 9cef6fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@ jobs:
- name: Linting
run: npx zci run lint "npm run lint"

- name: Unit tests (common)
- name: 'Unit tests: common'
run: npx zenfs-test -pfwC --common

- name: Unit tests (InMemory)
- name: 'Unit tests: InMemory'
run: npx zenfs-test -pfwC tests/setup/memory.ts

- name: Unit tests (contexts)
- name: 'Unit tests: contexts'
run: npx zenfs-test -pfwC tests/setup/context.ts

- name: Unit tests (Index)
- name: 'Unit tests: Index'
run: npx zenfs-test -pfwC tests/setup/index.ts

- name: Unit tests (Port)
- name: 'Unit tests: Port'
run: npx zenfs-test -pfwC tests/setup/port.ts

- name: Unit tests (Overlay+Fetch)
- name: 'Unit tests: Overlay+Fetch'
run: tests/fetch/run.sh -wC

- name: Report coverage
Expand Down

0 comments on commit 9cef6fd

Please sign in to comment.