Skip to content

Commit dbc1e4b

Browse files
authored
Update macOS-tests.yml
1 parent 17e7890 commit dbc1e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macOS-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# 1. Make automated fixes that are possible
4545
# 2. git diff to see what automated fixes were made
4646
# 3. See https://github.com/realm/SwiftLint#xcode explains why the double run
47-
swiftlint --fix && git branch && git status && git diff origin/${GITHUB_REF} origin/${GITHUB_HEAD_REF} && swiftlint
47+
echo "test" > target.txt && swiftlint --fix && git branch && git status && git diff && swiftlint
4848
- name: Resolve dependencies
4949
run: swift package resolve
5050
- name: Build

0 commit comments

Comments
 (0)