Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 23, 2024
1 parent 4641a1a commit 32fd12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [windows-latest] #[ubuntu-latest, windows-latest, macos-latest]
app: [act]

steps:
Expand Down
2 changes: 2 additions & 0 deletions plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export function testCommand(plop: NodePlopAPI) {

exec(`npm i -g gobot-${pkg.version}.tgz`),

exec(`gobot --g-version`),

exec(`npm rm -g gobot`),

exec(`npm i -g gobot`),
Expand Down

0 comments on commit 32fd12a

Please sign in to comment.