Skip to content

Commit

Permalink
Merge pull request #45 from afoucret/test-image-nightly-build
Browse files Browse the repository at this point in the history
Added nightly build support.
  • Loading branch information
afoucret authored Jan 7, 2021
2 parents 394f679 + f7db1ba commit 46087fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,22 @@ workflows:
- php-72-integration-tests
- php-73-unit-tests
- php-73-integration-tests
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
jobs:
- unit-tests:
executor: { name: php, php-version: "7.3" }
- integration-tests:
executor: { name: stack, php-version: "7.3" }
requires:
- unit-tests
- build-test-image:
requires:
- unit-tests
- integration-tests

0 comments on commit 46087fa

Please sign in to comment.