Skip to content

Commit e071777

Browse files
committed
fixup! ci: run swift build and reviewdog with swift-format
1 parent 53c93a5 commit e071777

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/swift.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,22 @@ jobs:
3333

3434
- name: Install dependencies
3535
run: swift package resolve
36+
3637
- name: Build
38+
if: runner.debug != '1'
39+
run: swift build
40+
- name: Build (verbose)
41+
if: runner.debug == '1'
3742
run: swift build -v
43+
3844
#- name: Run tests
45+
# if: runner.debug != '1'
46+
# run: swift test
47+
#- name: Run tests (verbose)
48+
# if: runner.debug == '1'
3949
# run: swift test -v
4050

51+
4152
reviewdog-format:
4253

4354
name: Formatting

0 commit comments

Comments
 (0)