Skip to content

Commit b5575ef

Browse files
Unnecessary update of ci.yml
1 parent 281e495 commit b5575ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: sleep 1
4141
- name: Run local tests
4242
run: swift test --skip-build -c debug --filter localTests
43+
# - name: Run remote tests
44+
# run: swift test --skip-build -c debug --filter remoteTests
4345
carthage:
4446
name: Carthage
4547
runs-on: macOS-11
@@ -65,7 +67,7 @@ jobs:
6567
run: ganache &
6668
- name: Wait till ganache starts
6769
run: sleep 1
68-
- name: Running local tests
70+
- name: Run local tests
6971
run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan LocalTests
70-
# - name: Running remote tests
72+
# - name: Run remote tests
7173
# run: xcodebuild test-without-building -project "web3swift.xcodeproj" -scheme "web3swift" -destination "${{matrix.destination}}" -testPlan RemoteTests

0 commit comments

Comments
 (0)