Skip to content

Commit

Permalink
Update macOS-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 22, 2023
1 parent 6effeb4 commit 17e7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# 1. Make automated fixes that are possible
# 2. git diff to see what automated fixes were made
# 3. See https://github.com/realm/SwiftLint#xcode explains why the double run
swiftlint --fix && git diff origin/develop origin/${GITHUB_HEAD_REF} && swiftlint
swiftlint --fix && git branch && git status && git diff origin/${GITHUB_REF} origin/${GITHUB_HEAD_REF} && swiftlint
- name: Resolve dependencies
run: swift package resolve
- name: Build
Expand Down

0 comments on commit 17e7890

Please sign in to comment.