Skip to content

Commit

Permalink
cleanup CI, deduplicate fetching of the cache into a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Oct 11, 2024
1 parent 8955e9b commit 8658135
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,14 @@ jobs:
~/.elan/bin/lean --version
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Compile QpfTypes Library 🧐
run: |
lake -R exe cache get
lake -R build
- name: Fetch cached dependencies 🕑
run : lake -R exe cache get

- name: Compile Tests 🧐
run: |
lake -R exe cache get
lake -R build +Test
- name: Compile QpfTypes library 🧐
run: lake -R build

- name: Compile tests 🧐
run: lake -R build +Test

- name: Compile ITree Library 🧐
run: |
lake -R exe cache get
lake -R build +ITree
run: lake -R build +ITree

0 comments on commit 8658135

Please sign in to comment.