diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 27efd04..72b274c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,6 +15,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Install project dependencies - run: npm install + run: npm ci --ignore-scripts - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file