Skip to content

Commit

Permalink
Merge pull request #734 from ethereum/nightly-ci-run
Browse files Browse the repository at this point in the history
Add a nightly CI run
  • Loading branch information
cameel committed Mar 29, 2024
2 parents 9bb50be + 29c4bb4 commit d61cd57
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ defaults:

workflows:
version: 2.1
node-multi-build:
pr-checks:
jobs:
- check-coding-style
- node-v10
Expand All @@ -23,6 +23,24 @@ workflows:
- cli-smoke-test: *requires_package
- solidity-solcjs-ext-test

nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master

jobs:
- node-current
- build-package
- hardhat-core-default-solc: *requires_package
- hardhat-core-latest-solc: *requires_package
- hardhat-sample-project: *requires_package
- cli-smoke-test: *requires_package
- solidity-solcjs-ext-test

version: 2.1

orbs:
Expand Down

0 comments on commit d61cd57

Please sign in to comment.