Skip to content

Commit

Permalink
remove gha verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jagreenwood committed Dec 4, 2024
1 parent f02ca3e commit abf130f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift-5.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
run: swift test
4 changes: 2 additions & 2 deletions .github/workflows/swift-6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
run: swift test

0 comments on commit abf130f

Please sign in to comment.