Ver Fonte

update backend_general ci

appflowy há 3 anos atrás
pai
commit
488ba00456
1 ficheiros alterados com 3 adições e 4 exclusões
  1. 3 4
      .github/workflows/backend_general.yml

+ 3 - 4
.github/workflows/backend_general.yml

@@ -78,9 +78,8 @@ jobs:
           cargo sqlx prepare --check -- --bin backend
 
       - name: Run cargo test
-        uses: actions-rs/cargo@v1
-        with:
-           path: "backend/"
-           command: test
+        working-directory: backend/
+        run: cargo test
+