File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow builds and tests the project.
2
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3
3
4
- name : Build Runner
4
+ name : Unit Test Runner
5
5
6
6
on :
7
7
push :
17
17
- uses : maxim-lobanov/setup-xcode@v1
18
18
with :
19
19
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 for all platforms
21
+ run : bash scripts/test.sh ${{ github.event.repository.name }}
Original file line number Diff line number Diff line change 4
4
5
5
<p align =" center " >
6
6
<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 " />
8
8
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
9
9
<a href="https://danielsaidi.github.io/RichTextKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
10
10
<img src="https://img.shields.io/github/license/danielsaidi/RichTextKit" alt="MIT License" />
You can’t perform that action at this time.
0 commit comments