Skip to content

Commit 90fb77b

Browse files
committed
1 parent 3b97074 commit 90fb77b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rundemo.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: "Run InternationalizationBenchmarks with Packaged ICU Data"
6060
working-directory: swift-foundation/Benchmarks
6161
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
62+
- name: "Run InternationalizationBenchmarks with Packaged ICU Data (Again)"
63+
working-directory: swift-foundation/Benchmarks
64+
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
6265
- name: "Apply swift-foundation-icu PR #53"
6366
working-directory: swift-foundation-icu
6467
run: gh pr checkout 53
@@ -83,4 +86,7 @@ jobs:
8386
- name: "Run InternationalizationBenchmarks with External ICU Data"
8487
working-directory: swift-foundation/Benchmarks
8588
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
89+
- name: "Run InternationalizationBenchmarks with External ICU Data (Again)"
90+
working-directory: swift-foundation/Benchmarks
91+
run: USE_PACKAGE=1 SWIFTCI_USE_LOCAL_DEPS=/Users/runner/work/swift-foundation-icu-demo/swift-foundation-icu-demo LC_ALL=en_US_POSIX swift run InternationalizationBenchmarks
8692

0 commit comments

Comments
 (0)