Remove --frozen-lockfile from test workflow files

Agent-Logs-Url: https://github.com/HorizonStackSoftware/optima/sessions/8b3e4db9-a1bf-44c4-98fc-3304890cb3f4

Co-authored-by: HoloPanio <30759238+HoloPanio@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-12 14:41:14 +00:00
committed by GitHub
parent 223a06ba27
commit 4e0799f9d9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
bun-version: "1.3.6"
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install
- name: Generate API Prisma client
run: DATABASE_URL="postgresql://dummy:dummy@localhost:5432/dummy" bunx prisma generate
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
bun-version: "1.3.6"
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install
- name: Generate Dalpuri Prisma client (CW MSSQL)
run: DATABASE_URL="sqlserver://localhost:1433;database=dummy;user=dummy;password=dummy;trustServerCertificate=true" bunx prisma generate
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
bun-version: "1.3.11"
- name: Install dependencies
run: bun install --frozen-lockfile
run: bun install
- name: Run unit tests
run: bun run test:unit -- --run