Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 26, 2024
1 parent 9142645 commit a7f5957
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
- name: Test ${{ matrix.app }}
run: |
pnpm plop test "gobot" --no-progress
pnpm plop test "app:${{ matrix.app }}" --no-progress
6 changes: 0 additions & 6 deletions plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit a7f5957

Please sign in to comment.