Skip to content

Commit 6a9bba4

Browse files
authored
Update ci.yml
1 parent 0fa4e1c commit 6a9bba4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Build
15+
- name: Build and Run Tests
1616
uses: sersoft-gmbh/[email protected]
1717
with:
1818
workspace: ResponsiveTextField.xcworkspace
1919
scheme: ResponsiveTextField
2020
destination: "platform=iOS Simulator,OS=14.4,name=iPhone 12"
21-
action: build-for-testing
22-
- name: Run Tests
23-
uses: sersoft-gmbh/[email protected]
24-
with:
25-
workspace: ResponsiveTextField.xcworkspace
26-
scheme: ResponsiveTextField
27-
destination: "platform=iOS Simulator,OS=14.4,name=iPhone 12"
28-
action: test-without-building
21+
action: test

0 commit comments

Comments
 (0)