Skip to content

Commit

Permalink
Try caching
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 21, 2025
1 parent 573a268 commit 9ea3668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/noora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
- uses: jdx/mise-action@v2
with:
experimental: true
- name: Warm Cache
run: mise run cache
- name: Run
run: mise run test-spm
- name: Updated Cache
run: mise run cache

lint:
name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/cache
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# mise description="Cache the dependencies using Tuist"
set -euo pipefail

tuist cache --path $MISE_PROJECT_ROOT
tuist cache

0 comments on commit 9ea3668

Please sign in to comment.