Skip to content

Commit 44caa16

Browse files
authored
fix ci
1 parent bbf510b commit 44caa16

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docker-bun.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- name: Check out the repo
1818
uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
21+
submodules: true
1922
- name: Set up Docker Buildx
2023
id: buildx
2124
uses: docker/setup-buildx-action@v3

.github/workflows/test-backend.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
node-version: [22.x]
27-
bun-version: [1.1.x]
27+
bun-version: [1.1]
2828

2929
services:
3030
postgres:
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
matrix:
9292
node-version: [22.x]
93-
bun-version: [1.1.x]
93+
bun-version: [1.1]
9494

9595
services:
9696
postgres:

.github/workflows/validate-api-json.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
node-version: [22.x]
23-
bun-version: [1.1.x]
23+
bun-version: [1.1]
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)