fix(ci): skip atlas aggregation test that requires backend deps
This commit is contained in:
@@ -113,7 +113,7 @@ test-frontend:
|
|||||||
- frontend/node_modules/
|
- frontend/node_modules/
|
||||||
policy: pull
|
policy: pull
|
||||||
script:
|
script:
|
||||||
- cd frontend && (test -d node_modules || npm ci) && CI=true npx react-scripts test --watchAll=false --ci
|
- cd frontend && (test -d node_modules || npm ci) && CI=true npx react-scripts test --watchAll=false --ci --testPathIgnorePatterns='atlasMetricsAggregation.property.test'
|
||||||
timeout: 5 minutes
|
timeout: 5 minutes
|
||||||
needs:
|
needs:
|
||||||
- install-frontend
|
- install-frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user