Skip to content

Commit 34a8f36

Browse files
committed
ci: remove catch block to recognize failure
1 parent d3859b6 commit 34a8f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
}
8686
}
8787
88-
run().catch(err => console.error(err));
88+
run();
8989
"

0 commit comments

Comments
 (0)