diff --git a/__tests__/toolchains.test.ts b/__tests__/toolchains.test.ts index d8970e83..fe523aa5 100644 --- a/__tests__/toolchains.test.ts +++ b/__tests__/toolchains.test.ts @@ -958,7 +958,7 @@ describe('toolchains tests', () => { it('preserves toolchains from previous executions across multiple setup-java runs', async () => { // Regression test for https://github.com/actions/setup-java/issues/1099 - // Running setup-java several times in the same job (e.g. matrix / multiple + // Running setup-java several times in the same job (e.g. multiple steps / multiple // java-version entries) must accumulate every JDK in toolchains.xml rather // than replacing previously registered entries. (core.getInput as jest.Mock).mockImplementation((name: string) => {