Browse Source

fix: add playwright tests to CI workflow

Miles Murgaw 2 năm trước cách đây
mục cha
commit
df41c81d14
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/main.yml

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

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