Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Dec 25, 2024
1 parent bbf510b commit 44caa16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
node-version: [22.x]
bun-version: [1.1.x]
bun-version: [1.1]

services:
postgres:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
node-version: [22.x]
bun-version: [1.1.x]
bun-version: [1.1]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-api-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version: [22.x]
bun-version: [1.1.x]
bun-version: [1.1]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 44caa16

Please sign in to comment.