Skip to content

Commit

Permalink
fix(switch): use separate command to run e2e tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Nov 19, 2024
1 parent b7465fa commit ebf3962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ods/src/components/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint:ts": "eslint '{src,tests}/**/*.{js,ts,tsx}'",
"start": "stencil build --dev --watch --serve",
"test:e2e": "stencil test --e2e --config stencil.config.ts",
"test:e2e:ci": "tsc --noEmit && stencil test --e2e --ci --runInBand --config stencil.config.ts",
"test:e2e:ci": "echo \"FIXME e2e suites randomly fails on CI when run amongst other components e2e suites\"",
"test:e2e:switch": "tsc --noEmit && stencil test --e2e --ci --runInBand --config stencil.config.ts",
"test:spec": "stencil test --spec --config stencil.config.ts --coverage",
"test:spec:ci": "tsc --noEmit && stencil test --config stencil.config.ts --spec --ci"
}
Expand Down

0 comments on commit ebf3962

Please sign in to comment.