diff --git a/.github/workflows/postgres-service.yml b/.github/workflows/postgres-service.yml index ca9390d..691bde8 100644 --- a/.github/workflows/postgres-service.yml +++ b/.github/workflows/postgres-service.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v1 - - run: npm install + - run: npm ci working-directory: ./postgres - run: node client.js working-directory: ./postgres