Skip to content

Commit 2cfcecd

Browse files
committed
wip
1 parent 622c44c commit 2cfcecd

File tree

1 file changed

+5
-0
lines changed
  • actions/run-lighthouse-tests

1 file changed

+5
-0
lines changed

actions/run-lighthouse-tests/main.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ export async function run() {
5656
});
5757
}
5858

59+
// eslint-disable-next-line @typescript-eslint/require-await
60+
await core.group('Declare reports path', async () => {
61+
setOutput('reports-path', OUTPUT_DIR);
62+
});
63+
5964
for (const [urlAlias, url] of Object.entries(inputs.urls)) {
6065
const outputPath = path.resolve(OUTPUT_DIR, urlAlias);
6166

0 commit comments

Comments
 (0)