浏览代码

fix: add playwright tests to CI workflow

Miles Murgaw 2 年之前
父节点
当前提交
df41c81d14
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -13,6 +13,7 @@ on:
       - lib.rs
       - lib.rs
       - Cargo.toml
       - Cargo.toml
       - Makefile.toml
       - Makefile.toml
+      - playwrite-tests/**
 
 
   pull_request:
   pull_request:
     types: [opened, synchronize, reopened, ready_for_review]
     types: [opened, synchronize, reopened, ready_for_review]