diff --git a/.github/workflows/test_update_api_database.yml b/.github/workflows/test_update_api_database.yml index 66b0d9a..3c928ce 100644 --- a/.github/workflows/test_update_api_database.yml +++ b/.github/workflows/test_update_api_database.yml @@ -57,8 +57,8 @@ jobs: sudo apt-get install -y wget sudo apt-get install -y software-properties-common - - name: Remove postgreswl 14 - run: sudo apt-get remove postgresql-14 postgresql-client-14 + - name: Remove postgresql 14 + run: sudo apt-get remove -y postgresql-14 postgresql-client-14 - name: Install postgres-client-15 run: |