From a7f59576a69518df601a4826773c111ac3cedaa5 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Fri, 26 Apr 2024 13:23:23 -0700 Subject: [PATCH] wip --- .github/workflows/test.yaml | 1 - plop/commands/testCommand.ts | 6 ------ 2 files changed, 7 deletions(-) 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`),