diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 56557c3..c247f85 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,4 +29,3 @@ jobs: - name: Test ${{ matrix.app }} run: | pnpm plop test "gobot" --no-progress - pnpm plop test "app:${{ matrix.app }}" --no-progress diff --git a/plop/commands/testCommand.ts b/plop/commands/testCommand.ts index e1417c8..065070f 100644 --- a/plop/commands/testCommand.ts +++ b/plop/commands/testCommand.ts @@ -43,12 +43,6 @@ export function testCommand(plop: NodePlopAPI) { exec('npm prefix -g'), - exec(`echo $Env:PATH`), - - exec(`dir D:\\a\\gobot\\.gobot-test-cache\\npm`), - - exec(`D:\\a\\gobot\\.gobot-test-cache\\npm\\gobot.cmd --g-version`), - exec(`gobot --g-version`), exec(`npm rm -g gobot`),