Skip to content

Commit

Permalink
tmp. only run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Leenknegt committed Jul 19, 2023
1 parent a45defb commit f6d32f9
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,35 +383,35 @@ workflows:
install_and_test:
jobs:
- install
- prettier:
requires:
- install
filters:
branches:
ignore:
- master
- release-*
- unit_tests_main:
requires:
- install
- unit_tests_packages:
requires:
- install
- end_to_end_tests:
requires:
- install
# - prettier:
# requires:
# - install
# filters:
# branches:
# ignore:
# - master
# - release-*
# - unit_tests_main:
# requires:
# - install
# - unit_tests_packages:
# requires:
# - install
# - end_to_end_tests:
# requires:
# - install
- end_to_end_tests_localdb:
requires:
- install
- api_sync:
requires:
- install
- check_forgotten_spec_only_statements:
requires:
- install
- check_incorrect_import_statements:
requires:
- install
# - api_sync:
# requires:
# - install
# - check_forgotten_spec_only_statements:
# requires:
# - install
# - check_incorrect_import_statements:
# requires:
# - install
nightly:
triggers:
- schedule:
Expand Down

0 comments on commit f6d32f9

Please sign in to comment.