Skip to content

Commit fbe7f0f

Browse files
vaindclaude
andcommitted
perf: optimize missing versions test by using existing repo
Change test from sentry-javascript to github-workflows repo to reduce git clone timeout from 26s to 4s. The github-workflows repo is already used in other tests and clones much faster while still testing the same error handling functionality for invalid tags. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 15bb296 commit fbe7f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/tests/get-changelog.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Describe 'get-changelog' {
1818

1919
It 'with missing versions' {
2020
$actual = & "$PSScriptRoot/../scripts/get-changelog.ps1" `
21-
-RepoUrl 'https://github.com/getsentry/sentry-javascript' -OldTag 'XXXXXXX' -NewTag 'YYYYYYYYY'
21+
-RepoUrl 'https://github.com/getsentry/github-workflows' -OldTag 'XXXXXXX' -NewTag 'YYYYYYYYY'
2222
$actual | Should -BeNullOrEmpty
2323
}
2424

0 commit comments

Comments
 (0)