Skip to content

Commit

Permalink
ci: Fix size-limit action on develop branches (#13585)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Sep 5, 2024
1 parent a7a8b80 commit 75aa007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-packages/size-limit-gh-action/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ async function run() {
}

async function runSizeLimitOnComparisonBranch() {
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const resultsFilePath = getResultsFilePath();

const limit = new SizeLimitFormatter();
Expand Down

0 comments on commit 75aa007

Please sign in to comment.