mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
remove static definition and move to pipelines
This commit is contained in:
parent
d5dd1719b6
commit
ce37bc9897
@ -24,7 +24,7 @@
|
||||
"test": "karma start test/spec/karma.spec.js",
|
||||
"jshint": "grunt jshint:source --no-color",
|
||||
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=chromeHeadless",
|
||||
"e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js --suiteRetries=${E2E_RETRIES}",
|
||||
"e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js",
|
||||
"headless-e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js --env headless --suiteRetries=2",
|
||||
"unit": "karma start test/unit/karma.unit.js",
|
||||
"lint": "eslint .",
|
||||
|
||||
@ -38,5 +38,4 @@ services:
|
||||
environment:
|
||||
AWX_E2E_CLUSTER_HOST: hub
|
||||
AWX_E2E_CLUSTER_PORT: 4444
|
||||
E2E_RETRIES: ${E2E_RETRIES}
|
||||
DBUS_SESSION_BUS_ADDRESS: /dev/null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user