Skip to content

Commit 55d9cfe

Browse files
committed
CI: Try to fix Mint cache
1 parent f580987 commit 55d9cfe

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
- name: Get swift version
2222
run: swift --version
2323
- name: Cache Mint
24+
if: ${{ matrix.os == 'macos-latest' }}
2425
id: cache-mint
2526
uses: actions/cache@v3
2627
with:
27-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Mintfile') }}
2828
path: ~/mint
29+
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
30+
restore-keys: ${{ runner.os }}-mint-
2931
- uses: actions/checkout@v2
3032
- name: Install Dependencies (Mac only)
3133
if: ${{ matrix.os == 'macos-latest' && steps.cache-npm.outputs.cache-hit != 'true' }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
![Build Status](https://github.com/SwiftRex/SwiftRex/actions/workflows/swift.yml/badge.svg?branch=develop)
7-
[![codecov](https://codecov.io/gh/SwiftRex/Reducer/branch/develop/graph/badge.svg)](https://codecov.io/gh/SwiftRex/Reducer)
7+
[![codecov](https://codecov.io/gh/SwiftRex/Reducer/branch/master/graph/badge.svg?token=JqeB4QMx0T)](https://codecov.io/gh/SwiftRex/Reducer)
88
[![Jazzy Documentation](https://swiftrex.github.io/SwiftRex/api/badge.svg)](https://swiftrex.github.io/SwiftRex/api/index.html)
99
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/SwiftRex.svg)](https://cocoapods.org/pods/SwiftRex)
1010
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-orange.svg)](https://swiftpackageindex.com/SwiftRex/Reducer)

0 commit comments

Comments
 (0)