Browse Source

update backend scripts

appflowy 3 years ago
parent
commit
6b7a46e781
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/backend_general.yml

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

@@ -70,7 +70,7 @@ jobs:
         working-directory: backend/
         run: |
           sudo apt-get install libpq-dev -y
-          SKIP_DOCKER=true ./backend/scripts/init_database.sh
+          SKIP_DOCKER=true ./scripts/init_database.sh
 
       - name: Check sqlx-data.json is up-to-date
         working-directory: backend/