Skip to content

Commit e917f9c

Browse files
committed
Build in separate step
1 parent 2f96a75 commit e917f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
working-directory: ./SwiftLintPluginsTest
3333
- name: Build project and check findings
3434
run: |
35+
swift build
3536
swift build 2>&1 | grep -q "Force Cast Violation"
3637
working-directory: ./SwiftLintPluginsTest
3738
- name: Verify command plugin

0 commit comments

Comments
 (0)