mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
test
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
8080
|
||||
],
|
||||
"remoteEnv": {
|
||||
"PATH": "${containerEnv:PATH}:/home/vscode/go/bin"
|
||||
"PATH": "${containerEnv:PATH}:/home/vscode/go/bin",
|
||||
"TURBO_API": "${localEnv:TURBO_API}",
|
||||
"TURBO_TOKEN": "${localEnv:TURBO_TOKEN}",
|
||||
"TURBO_TEAM": "${localEnv:TURBO_TEAM}"
|
||||
},
|
||||
"onCreateCommand": "npm install -g sass@1.64.1"
|
||||
}
|
||||
2
.github/workflows/ffo-test.yml
vendored
2
.github/workflows/ffo-test.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
working-directory: ./console
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: devcontainers/ci@build-number-1900000354
|
||||
- uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
runCmd: pnpm install && pnpm build test integration
|
||||
cacheFrom: ghcr.io/zitadel/devcontainer
|
||||
|
||||
Reference in New Issue
Block a user