Skip to content

Commit 8ba1392

Browse files
committed
fix: attempt to fix CI backend build
1 parent b2a507c commit 8ba1392

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/node-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm lint:docs
2424

2525
backend:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727
needs: prerequisite
2828
timeout-minutes: 25
2929
steps:
@@ -34,6 +34,9 @@ jobs:
3434
- uses: ./.github/workflows/rafiki/env-setup
3535
- run: pnpm --filter backend build:deps
3636
- run: NODE_OPTIONS="--max-old-space-size=4096" pnpm --filter backend test:ci
37+
env:
38+
DOCKER_HOST: unix:///var/run/docker.sock
39+
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE: /var/run/docker.sock
3740
- name: AsyncAPI extension
3841
run: |
3942
echo "{\"extends\":[\"spectral:oas\",\"spectral:asyncapi\"]}" >> .spectral.json

0 commit comments

Comments
 (0)