Skip to content

Commit

Permalink
chore(circleci): update config.yml for nightly workflow and build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanal committed Sep 24, 2024
1 parent 4f3acb6 commit faf87da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

version: 2.1

filters_always: &filters_always
filters:
tags:
only: /.*/

orbs:
macos: circleci/macos@2

Expand Down Expand Up @@ -29,7 +33,7 @@ jobs:
- run: xcodebuild test -scheme HoneycombTests -sdk iphonesimulator17.5 -destination 'OS=17.5,name=iPhone 15'

workflows:
lint:
nightly:
triggers:
- schedule:
cron: "0 0 * * *"
Expand All @@ -39,15 +43,11 @@ workflows:
- main
jobs:
- lint

unit-tests:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- main
jobs:
- tests

build:
jobs:
- lint:
<<: *filters_always
- tests:
<<: *filters_always

0 comments on commit faf87da

Please sign in to comment.