Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski committed Mar 13, 2024
1 parent 7d2f8c6 commit cc9298e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- matlab/install
- restore_cache:
keys:
- buildtool-cache-{{ parameters.os }}
- buildtool-cache-new
- matlab/run-build:
tasks: markdown jupyter
- matlab/run-build:
tasks: test
- save_cache:
key: buildtool-cache-{{ parameters.os }}
key: buildtool-cache-new
paths:
- .buildtool
- sample.md
Expand All @@ -42,6 +42,7 @@ jobs:
- README.ipynb
- README.mlx
- README_media
- mdOutputs.txt

workflows:
tests-on-all-platforms:
Expand Down

0 comments on commit cc9298e

Please sign in to comment.