We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622c44c commit 2cfcecdCopy full SHA for 2cfcecd
actions/run-lighthouse-tests/main.ts
@@ -56,6 +56,11 @@ export async function run() {
56
});
57
}
58
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
+
64
for (const [urlAlias, url] of Object.entries(inputs.urls)) {
65
const outputPath = path.resolve(OUTPUT_DIR, urlAlias);
66
0 commit comments