Skip to content

Commit

Permalink
failPlugin not failBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 15, 2023
1 parent 37886d8 commit affb51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function onSuccess({ utils }) {

console.log("Running Playwright tests");
result = await utils.run("playwright", ["test"]).catch((err) => {
utils.build.failBuild(err);
utils.build.failPlugin(err);
});

utils.status.show({
Expand Down

0 comments on commit affb51d

Please sign in to comment.