mirror of
https://github.com/zitadel/zitadel.git
synced 2025-02-25 18:55:27 -06:00
add npx
This commit is contained in:
4
.github/workflows/ffo-test.yml
vendored
4
.github/workflows/ffo-test.yml
vendored
@@ -22,9 +22,9 @@ jobs:
|
||||
imageName: ghcr.io/zitadel/devcontainer
|
||||
cacheFrom: ghcr.io/zitadel/devcontainer
|
||||
push: always
|
||||
runCmd: pnpm install && turbo run build lint core#test:unit
|
||||
runCmd: pnpm install && npx turbo run build lint core#test:unit
|
||||
- uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
cacheFrom: ghcr.io/zitadel/devcontainer
|
||||
push: always
|
||||
runCmd: pnpm install && turbo run core#test:integration
|
||||
runCmd: pnpm install && npx turbo run core#test:integration
|
||||
Reference in New Issue
Block a user