Skip to content

Commit

Permalink
Merge pull request #1273 from ONEARMY/chore/skip-e2e-on-production
Browse files Browse the repository at this point in the history
chore: skip e2e on production
  • Loading branch information
thisislawatts authored Nov 27, 2021
2 parents a0b42b1 + 0bb9d9f commit 6b97895
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ workflows:
# Note - when calling test we also let the test script handle building as it injects random variables for seeding the DB
- build:
name: build_test
filters:
branches:
ignore:
- production
matrix:
parameters:
BUILD_ENV: ['FORCE_COLOR=1 REACT_APP_SITE_VARIANT=test-ci']
Expand All @@ -359,6 +363,10 @@ workflows:
name: e2e-<< matrix.CI_BROWSER >>-<< matrix.CI_NODE >>
requires:
- 'build_test'
filters:
branches:
ignore:
- production
matrix:
parameters:
CI_NODE: [1, 2]
Expand Down

0 comments on commit 6b97895

Please sign in to comment.