Kaynağa Gözat

chore: fix ci script

Evan You 3 yıl önce
ebeveyn
işleme
58608a2f26
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -63,6 +63,8 @@ jobs:
 
       - name: Run e2e tests
         run: pnpm run test:e2e
+
+      - name: Run transition tests
         run: pnpm run test:transition
 
   lint-and-test-dts: