Skip to content

Commit

Permalink
use origin branch for base
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Apr 3, 2024
1 parent c2aea19 commit 13efd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-related-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function readTestLines(filePath, marker) {
* Get all changed files from git under the packages directory
* @returns {Promise<string[]>} - List of changed files
*/
async function getChangedFilesFromPackages(baseBranch = 'canary') {
async function getChangedFilesFromPackages(baseBranch = 'origin/canary') {
const { stdout } = await exec(`git diff --name-only ${baseBranch}`)
return stdout
.trim()
Expand Down

0 comments on commit 13efd26

Please sign in to comment.