Skip to content

Commit b1c2f50

Browse files
chore(ci): update test workflow (#796)
1 parent 9ecf9de commit b1c2f50

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- minor
77
- major
88
jobs:
9-
# echo "COCOAPODS_TRUNK_TOKEN=${{ secrets.COCOAPODS_TRUNK_TOKEN }}" >> $GITHUB_ENV
109
deploy:
1110
runs-on: macos-11
1211
env:

.github/workflows/pods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cocoapods
1+
name: Cocoapods lint
22
on: [pull_request]
33
jobs:
44
lint:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Swift
1+
name: Tests
22

33
on: [push]
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<h4 align="center">The perfect starting point to integrate <a href="https://algolia.com" target="_blank">Algolia</a> within your Swift project</h4>
77

88
<p align="center">
9-
<a href="https://cocoapods.org/pods/AlgoliaSearchClient">
10-
<img src="https://app.bitrise.io/app/6dcd3d9dd961c466/status.svg?token=q1GX8YovgWTvPx7Ueu77JQ&branch=develop"></img>
9+
<a href="https://github.com/algolia/algoliasearch-client-swift/actions/workflows/tests.yml">
10+
<img src="https://github.com/algolia/algoliasearch-client-swift/actions/workflows/tests.yml/badge.svg"></img>
1111
</a>
1212
<a href="https://cocoapods.org/pods/AlgoliaSearchClient">
1313
<img src="http://img.shields.io/cocoapods/v/AlgoliaSearchClient.svg?style=flat"></img>

0 commit comments

Comments
 (0)