Skip to content

Commit

Permalink
fix: fixing migration repos
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Sep 20, 2024
1 parent c5568bd commit e52cf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import EditorNavigation, {

describe(
"Import and validate older app (app created in older versions of Appsmith) from Gitea",
{ tags: ["@tag.Git", "@tag.Sanity"] },
{ tags: ["@tag.Git", "@tag.Sanity", "@tag.TedMigration"] },
function () {
let appRepoName = "TED-migration-test-1",
appName = "UpgradeAppToLatestVersion",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe(
"@tag.GitAutocommit",
"@tag.excludeForAirgap",
"@tag.Sanity",
"@tag.TedMigration"
],
},
function () {
Expand Down

0 comments on commit e52cf35

Please sign in to comment.