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:
committed by
GitHub
parent
223a06ba27
commit
4e0799f9d9
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user