We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042a4f2 commit f615685Copy full SHA for f615685
.github/workflows/code-health-fork.yml
@@ -28,6 +28,9 @@ jobs:
28
run: npm ci
29
- name: Setup Docker
30
uses: docker/setup-docker-action@v4
31
+ with:
32
+ set-host: true
33
+ rootless: true
34
- name: Run tests
35
run: npm test
36
- name: Upload test results
.github/workflows/code-health.yml
@@ -29,6 +29,9 @@ jobs:
37
@@ -53,6 +56,9 @@ jobs:
53
56
54
57
55
58
59
60
61
62
63
env:
64
MDB_MCP_API_CLIENT_ID: ${{ secrets.TEST_ATLAS_CLIENT_ID }}
0 commit comments