Skip to content

Commit

Permalink
Add missing --show-output
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek committed Jan 15, 2025
1 parent eede395 commit 34d581b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Hyperfine Swift package dependencies with registry
working-directory: ${{ matrix.package }}
if: ${{ !startsWith(matrix.package, 'xcode-project') && endsWith(matrix.package, '-registry') }}
run: hyperfine --prepare 'rm -rf ~/.swiftpm .build && swift package purge-cache' --runs 5 'swift package --replace-scm-with-registry resolve'
run: hyperfine --prepare 'rm -rf ~/.swiftpm .build && swift package purge-cache' --runs 5 'swift package --replace-scm-with-registry resolve' --show-output
- name: Resolve Swift package dependencies with registry and xcodebuild
working-directory: ${{ matrix.package }}
if: ${{ startsWith(matrix.package, 'xcode-project') && endsWith(matrix.package, '-registry') }}
Expand Down Expand Up @@ -213,6 +213,4 @@ jobs:
- name: Hyperfine Swift package dependencies with source control
working-directory: ${{ matrix.package }}
if: ${{ endsWith(matrix.package, '-scm') }}
run: |
ls ../swift-package-manager/.build
hyperfine --prepare 'rm -rf ~/.swiftpm .build' --runs 5 '../swift-package-manager/.build/x86_64-apple-macosx/release/swift-package resolve' --show-output
run: hyperfine --prepare 'rm -rf ~/.swiftpm .build' --runs 5 '../swift-package-manager/.build/x86_64-apple-macosx/release/swift-package resolve' --show-output

0 comments on commit 34d581b

Please sign in to comment.