Skip to content

Commit d3c5d28

Browse files
committed
ci: show test status in readme
1 parent 4b1a2b5 commit d3c5d28

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/swift.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ jobs:
66
test:
77
runs-on: macos-latest
88
steps:
9-
- uses: actions/checkout@v6
10-
- run: |
11-
sudo xcode-select -s /Applications/Xcode_26.3.0.app
12-
swift test
9+
- name: Checkout repository
10+
uses: actions/checkout@v6
11+
12+
- name: Select Xcode version
13+
run: sudo xcode-select -s /Applications/Xcode_26.3.0.app
14+
15+
- name: Run tests
16+
run: swift test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# NavidromeKit
2+
[![Test Status](https://img.shields.io/github/actions/workflow/status/NavicApp/NavidromeKit/swift.yml?branch=master&label=tests)](https://github.com/NavicApp/NavidromeKit/actions/workflows/swift.yml)
3+
24
Swift library for Navidrome's undocumented API
35

46
## Example

0 commit comments

Comments
 (0)