Skip to content

Commit cfb6f72

Browse files
committed
Replace GitHub build script with new test script
1 parent 6d30c78 commit cfb6f72

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml renamed to .github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ jobs:
1717
- uses: maxim-lobanov/setup-xcode@v1
1818
with:
1919
xcode-version: latest-stable
20-
- name: Build all platforms
21-
run: bash scripts/build.sh ${{ github.event.repository.name }}
22-
- name: Test iOS
23-
run: bash scripts/test.sh ${{ github.event.repository.name }}
20+
- name: Run unit tests on all platforms
21+
run: bash scripts/test.sh ${{ github.event.repository.name }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<img src="https://img.shields.io/github/v/release/danielsaidi/RichTextKit?color=%2300550&sort=semver" alt="Version" />
7-
<img src="https://img.shields.io/badge/Swift-5.9-orange.svg" alt="Swift 5.9" />
7+
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
88
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
99
<a href="https://danielsaidi.github.io/RichTextKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
1010
<img src="https://img.shields.io/github/license/danielsaidi/RichTextKit" alt="MIT License" />

0 commit comments

Comments
 (0)