Skip to content

Commit 0b47d74

Browse files
authored
Fix typo in workflows
1 parent db7ef65 commit 0b47d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
ruby-version: '3.1.0'
1515
bundler-cache: false
16-
run: 'bundle install && bundle exec fastlane test'
16+
- run: 'bundle install && bundle exec fastlane test'
1717
env:
1818
TEST_SCHEME: "TOCropViewControllerTests"

0 commit comments

Comments
 (0)