Skip to content

Commit

Permalink
chore(ci): remove embroider try scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed May 2, 2024
1 parent aac50b7 commit 7d64d7f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ workflows:
branches:
ignore:
- gh-pages
- try-scenarios:
matrix:
parameters:
try-scenario:
- embroider-safe
- embroider-optimized
filters:
branches:
ignore:
- gh-pages
- chromatic-deployment:
filters:
branches:
Expand All @@ -52,18 +42,6 @@ jobs:
- run: npm run lint:scss
- run: npm test

try-scenarios:
executor: node-browsers-docker
parameters:
try-scenario:
type: string
resource_class: large
steps:
- browser-tools/install-chrome
- checkout
- run: npm ci
- run: npx ember try:one << parameters.try-scenario >>

chromatic-deployment:
executor: node-browsers-docker
resource_class: medium
Expand Down

0 comments on commit 7d64d7f

Please sign in to comment.