We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a507c commit 8ba1392Copy full SHA for 8ba1392
1 file changed
.github/workflows/node-build.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: pnpm lint:docs
24
25
backend:
26
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
27
needs: prerequisite
28
timeout-minutes: 25
29
steps:
@@ -34,6 +34,9 @@ jobs:
34
- uses: ./.github/workflows/rafiki/env-setup
35
- run: pnpm --filter backend build:deps
36
- 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
40
- name: AsyncAPI extension
41
run: |
42
echo "{\"extends\":[\"spectral:oas\",\"spectral:asyncapi\"]}" >> .spectral.json
0 commit comments