debug
This commit is contained in:
2
.github/workflows/run-acceptance-tests.yml
vendored
2
.github/workflows/run-acceptance-tests.yml
vendored
@@ -340,4 +340,6 @@ jobs:
|
|||||||
- uses: jdx/mise-action@v2
|
- uses: jdx/mise-action@v2
|
||||||
with:
|
with:
|
||||||
experimental: true # [default: false] enable experimental features
|
experimental: true # [default: false] enable experimental features
|
||||||
|
env:
|
||||||
|
MISE_DEBUG: "1"
|
||||||
- run: make lint
|
- run: make lint
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ pulumi = "3.128.0"
|
|||||||
go = "1.21.7"
|
go = "1.21.7"
|
||||||
node = "22"
|
node = "22"
|
||||||
dotnet = "6"
|
dotnet = "6"
|
||||||
python = "3.11"
|
python = "3.11.9"
|
||||||
java = "temurin"
|
java = "temurin"
|
||||||
gradle = "7.6"
|
gradle = "7.6"
|
||||||
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.58.1"
|
"go:github.com/golangci/golangci-lint/cmd/golangci-lint" = "1.58.1"
|
||||||
@@ -14,5 +14,5 @@ gradle = "7.6"
|
|||||||
_.python.venv = { path = ".venv", create = true }
|
_.python.venv = { path = ".venv", create = true }
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
experimental = true
|
experimental = true # Enable Go backend.
|
||||||
python_compile = false
|
python_compile = false # Don't build Python from source.
|
||||||
|
|||||||
Reference in New Issue
Block a user