Skip to content
Snippets Groups Projects

Create new integration-test setup

Merged Neil-Jocelyn Schark requested to merge 329-create-new-test-concept-and-set-up into master
Compare and
11 files
+ 270
30
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -5,7 +5,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"_CLAB_VERSION": "0.46.2"
"_CLAB_VERSION": "0.47.2"
}
},
"features": {
@@ -16,7 +16,7 @@
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.21"
}
}
},
// Add any required extensions that must be pre-installed in the devcontainer
"customizations": {
Loading