Skip to content

Commit

Permalink
chore: test fork
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 20, 2024
1 parent 20f72d6 commit 4caf46e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/vitest-vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import { RunOptions } from '../types'
export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'vitest-dev/vscode',
// repo: 'vitest-dev/vscode',
repo: 'hi-ogawa/vitest-vscode',
branch: 'test-ecosystem-ci',
build: 'ecosystem-ci:build',
test: 'ecosystem-ci:test',
})
Expand Down

0 comments on commit 4caf46e

Please sign in to comment.