Przeglądaj źródła

chore: rename publish-app

dragooncjw 10 miesięcy temu
rodzic
commit
512c4f67b9
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/publish-app.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -29,4 +29,4 @@ jobs:
       - name: Rush build
         run: node common/scripts/install-run-rush.js build
       - name: Test (coverage)
-        run: node common/scripts/install-run-rush.js test:cov -v
+        run: node common/scripts/install-run-rush.js test:cov

+ 1 - 1
.github/workflows/publish-app.yml

@@ -1,4 +1,4 @@
-name: Publish
+name: Publish-Apps
 on:
   workflow_dispatch