Skip to content

Commit

Permalink
fixup! ci: enable dynamic setting workers to pass test on both ADO an…
Browse files Browse the repository at this point in the history
…d GHA
  • Loading branch information
Hotell committed Nov 1, 2024
1 parent b2c5856 commit d159e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/jest/src/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const workersConfig = { maxWorkers: process.env.FLUENT_JEST_WORKER || '50%' };

exports.workersConfig = workersConfig;

// eslint-disable-next-line no-unused-vars -- this will be used after gha testing
// @ts-expect-error -- unused var
// eslint-disable-next-line no-unused-vars
function isCI() {
return (
(process.env.CI && process.env.CI !== 'false') ||
Expand Down

0 comments on commit d159e30

Please sign in to comment.