apply requested pr changes
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"postpack": "backstage-cli package postpack",
|
||||
"clean": "backstage-cli package clean",
|
||||
"start": "backstage-cli package start",
|
||||
"test:kubernetes:ci": "backstage-cli test -t KubernetesContainerRunner --watchAll=false --ci"
|
||||
"test:kubernetes": "backstage-cli package test -t KubernetesContainerRunner --no-watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/cli-common": "^0.1.9",
|
||||
|
||||
@@ -26,7 +26,9 @@ import {
|
||||
import { RunContainerOptions } from './ContainerRunner';
|
||||
import { PassThrough } from 'stream';
|
||||
|
||||
const describeIfKubernetes = Boolean(process.env.KUBERNETES)
|
||||
// This ensures E2E tests that require a Kubernetes cluster are only run
|
||||
// where KUBERNETES_TESTS environment variable is true
|
||||
const describeIfKubernetes = Boolean(process.env.KUBERNETES_TESTS)
|
||||
? describe
|
||||
: describe.skip;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user