Skip to content

Commit 6f1b698

Browse files
committed
add missing await
1 parent be91558 commit 6f1b698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/find/src/findForUrl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export async function findForUrl(
6262
}
6363

6464
if (scansContext.shouldPerformAxeScan) {
65-
runAxeScan({page, addFinding})
65+
await runAxeScan({page, addFinding})
6666
}
6767
} catch (e) {
6868
core.error(`Error during accessibility scan: ${e}`)

0 commit comments

Comments
 (0)