Skip to content

Commit f615685

Browse files
committed
chore: use rootless by default
1 parent 042a4f2 commit f615685

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/code-health-fork.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
run: npm ci
2929
- name: Setup Docker
3030
uses: docker/setup-docker-action@v4
31+
with:
32+
set-host: true
33+
rootless: true
3134
- name: Run tests
3235
run: npm test
3336
- name: Upload test results

.github/workflows/code-health.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
run: npm ci
3030
- name: Setup Docker
3131
uses: docker/setup-docker-action@v4
32+
with:
33+
set-host: true
34+
rootless: true
3235
- name: Run tests
3336
run: npm test
3437
- name: Upload test results
@@ -53,6 +56,9 @@ jobs:
5356
run: npm ci
5457
- name: Setup Docker
5558
uses: docker/setup-docker-action@v4
59+
with:
60+
set-host: true
61+
rootless: true
5662
- name: Run tests
5763
env:
5864
MDB_MCP_API_CLIENT_ID: ${{ secrets.TEST_ATLAS_CLIENT_ID }}

0 commit comments

Comments
 (0)