Skip to content

Commit ed37623

Browse files
committed
Update CI flow
1 parent 2caa376 commit ed37623

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- name: Downloading Google Firebase plist files
4242
run: |
4343
aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
44-
ls
45-
ls ios-base/Resources
4644
4745
# Runs test on the develop scheme
4846
- name: Running Test Suite

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://img.shields.io/travis/rootstrap/ios-base/master.svg)](https://travis-ci.org/rootstrap/ios-base)
1+
[![Build Status](https://img.shields.io/github/workflow/status/rootstrap/ios-base/CI%20Build)](https://github.com/rootstrap/ios-base/actions/workflows/ci.yml)
22
[![Maintainability](https://api.codeclimate.com/v1/badges/21b076c80057210cda75/maintainability)](https://codeclimate.com/github/rootstrap/ios-base/maintainability)
33
[![Test Coverage](https://api.codeclimate.com/v1/badges/21b076c80057210cda75/test_coverage)](https://codeclimate.com/github/rootstrap/ios-base/test_coverage)
44
[![License](https://img.shields.io/github/license/rootstrap/ios-base.svg)](https://github.com/rootstrap/ios-base/blob/master/LICENSE.md)

ios-baseUnitTests/Cases/Services/UserServiceUnitTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class UserServiceUnitTests: XCTestCase {
4242
}
4343
}
4444

45-
wait(for: [expectation], timeout: 3.0)
45+
wait(for: [expectation], timeout: 5.0)
4646
}
4747

4848
func testServicesReturnsError() {
@@ -58,7 +58,7 @@ class UserServiceUnitTests: XCTestCase {
5858
}
5959

6060
}
61-
wait(for: [expectation], timeout: 3.0)
61+
wait(for: [expectation], timeout: 5.0)
6262
}
6363

6464
private func testUserStorageAfterProfileFetch(

0 commit comments

Comments
 (0)