Skip to content

Commit 48a2a8c

Browse files
committed
Fix PW_TAG
1 parent 383e076 commit 48a2a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const projects = [
2121

2222
const tag = ["@desktop"];
2323
if (process.env.PW_TAG) {
24-
tag.push(process.env.PW_TAG);
24+
tag.push(`@${process.env.PW_TAG}`);
2525
}
2626

2727
export default defineConfig({

0 commit comments

Comments
 (0)