Skip to content

Commit

Permalink
test: update test targets for the qwik-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 19, 2024
1 parent a3edea7 commit 0bb91ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/qwik-ui-headless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function test(options: RunOptions) {
...options,
repo: 'qwikifiers/qwik-ui',
branch: 'main',
// TODO: script name
build: 'release.prepare',
build: 'build.qwik-ci',
test: 'test.qwik-ci',
})
}

0 comments on commit 0bb91ce

Please sign in to comment.