Skip to content

Commit

Permalink
remove redundant awesome-typescript-loader job
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Feb 9, 2022
1 parent 72b8365 commit 44841b2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1913,13 +1913,6 @@ jobs:
repo: cypress-example-kitchensink
browser: "electron"

test-binary-against-awesome-typescript-loader:
<<: *defaults
steps:
- test-binary-against-repo:
repo: cypress-test-awesome-typescript-loader
browser: "electron"

test-binary-against-kitchensink-firefox:
<<: *defaults
resource_class: medium
Expand Down Expand Up @@ -2239,26 +2232,6 @@ linux-workflow: &linux-workflow
- test-binary-against-kitchensink:
requires:
- create-build-artifacts
# when working on a feature or a fix,
# you are probably working in a branch
# and you want to run a specific PR in the cypress-example-recipes
# against this branch. This workflow job includes
# the job but only when it runs on specific branch
# DO NOT DELETE THIS JOB BEFORE MERGING TO DEVELOP
# on "develop" this branch will be ignored anyway
# and someone else might use this job definition for another
# feature branch and would just update the branch filter
# - test-binary-against-recipe-pull-request:
# name: Test cypress run parsing
# filters:
# branches:
# only:
# - cli-to-module-api-7760
# requires:
# - create-build-artifacts
- test-binary-against-awesome-typescript-loader:
requires:
- create-build-artifacts
- test-binary-and-npm-against-other-projects:
context: test-runner:trigger-test-jobs
<<: *mainBuildFilters
Expand Down

0 comments on commit 44841b2

Please sign in to comment.