fix(ci): skip atlas aggregation test that requires backend deps
This commit is contained in:
@@ -113,7 +113,7 @@ test-frontend:
|
||||
- frontend/node_modules/
|
||||
policy: pull
|
||||
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
|
||||
needs:
|
||||
- install-frontend
|
||||
|
||||
Reference in New Issue
Block a user