Skip to content

Commit 1d04448

Browse files
author
navayla77-ctrl
authored
Fix devcontainer configuration and update stress test workflow name
1 parent f3f4f58 commit 1d04448

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
https://g.co/gemini
2-
"image": "mcr.microsoft.com/devcontainers/javascript-node:3-22",
3-
"features": {
4-
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
5-
"ghcr.io/nikiforovall/devcontainer-features/dotnet-csharpier:1": {},
6-
"ghcr.io/dotnet/aspire-devcontainer-feature/dotnetaspire:1": {}
7-
},
8-
"postCreateCommand": "npm install -g @devcontainers/cli",
9-
"hostRequirements": {
10-
"cpus": 4
11-
},
12-
"customizations": {
13-
"vscode": {
14-
"extensions": [
15-
"mads-hartmann.bash-ide-vscode"
16-
]
17-
}
18-
}
19-
}
1+

.github/workflows/docker-in-docker-stress-test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
name: "Stress test - Docker in Docker"
1+
2+
3+
navayla77_db_user
4+
://g.co/gemini/share/43de7840316bname: "Stress test - Docker in Docker"
25
on:
36
pull_request:
47
paths:

0 commit comments

Comments
 (0)