Merge pull request #2 from HorizonStackSoftware/copilot/remove-frozen-lockfile-params

Remove --frozen-lockfile from test workflows
This commit is contained in:
Jackson
2026-04-12 09:44:53 -05:00
committed by GitHub
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