diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index be2b59d..06c57b1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -16,6 +16,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Install project dependencies - run: yarn install --ignore-scripts + run: yarn install --frozen-lockfile --ignore-scripts - name: Run docker-compose run: docker compose down -v && docker compose run bot-api bun test \ No newline at end of file