Skip to content

Commit

Permalink
Renamed unit tests sub-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jan 17, 2025
1 parent de54a61 commit 1d96df4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/ci.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const checkNames = {
lint: 'Linting',
build: 'Build',
// Tests
'Common tests': 'Unit tests (common)',
memory: 'Unit tests (InMemory)',
context: 'Unit tests (contexts)',
index: 'Unit tests (Index)',
port: 'Unit tests (Port)',
'cow+fetch': 'Unit tests (Overlay, Fetch)',
'Common tests': 'Unit tests: common',
memory: 'Unit tests: InMemory',
context: 'Unit tests: contexts',
index: 'Unit tests: Index',
port: 'Unit tests: Port',
'cow+fetch': 'Unit tests: Overlay, Fetch',
};

/** Create a new GitHub check run */
Expand Down

0 comments on commit 1d96df4

Please sign in to comment.