Sfoglia il codice sorgente

chore: fix ci script

Evan You 4 anni fa
parent
commit
58608a2f26
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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: