Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Jul 26, 2023
1 parent c6ec625 commit 90d5c2e
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,6 @@ workflows:
requires:
- prep-deps
- prep-build-desktop
- test-mozilla-lint-mmi:
requires:
- prep-deps
- prep-build-mmi
- test-mozilla-lint-flask:
requires:
- prep-deps
Expand All @@ -236,7 +232,6 @@ workflows:
- test-mozilla-lint
- test-mozilla-lint-desktop
- test-mozilla-lint-flask
- test-mozilla-lint-mmi
- test-e2e-chrome
- test-e2e-firefox
- test-e2e-chrome-snaps
Expand Down Expand Up @@ -1287,22 +1282,6 @@ jobs:
name: test:mozilla-lint
command: NODE_OPTIONS=--max_old_space_size=3072 yarn mozilla-lint

test-mozilla-lint-mmi:
executor: node-browsers
steps:
- run: *shallow-git-clone
- attach_workspace:
at: .
- run:
name: Move mmi build to dist
command: mv ./dist-mmi ./dist
- run:
name: Move mmi zips to builds
command: mv ./builds-mmi ./builds
- run:
name: test:mozilla-lint
command: NODE_OPTIONS=--max_old_space_size=3072 yarn mozilla-lint

test-mozilla-lint-desktop:
executor: node-browsers
steps:
Expand Down

0 comments on commit 90d5c2e

Please sign in to comment.