Skip to content

Commit

Permalink
ci: Fix size-limit action on develop branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Sep 4, 2024
1 parent 6dc8aab commit 70df4ef
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 70df4ef

Please sign in to comment.