We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f83c2f commit 4b7fe8bCopy full SHA for 4b7fe8b
.github/workflows/rundemo.yml
@@ -57,7 +57,7 @@ jobs:
57
working-directory: swift-foundation-icu-demo
58
run: |
59
LC_ALL=en_US_POSIX swift test
60
- .build/arm64-apple-macosx/debug/FoundationICUDemoPackageTests.xctest/Contents/MacOS/FoundationICUDemoPackageTests
+ ls -lah .build/arm64-apple-macosx/debug/FoundationICUDemoPackageTests.xctest/Contents/MacOS/FoundationICUDemoPackageTests
61
- name: "Run InternationalizationBenchmarks with Packaged ICU Data"
62
working-directory: swift-foundation/Benchmarks
63
0 commit comments