|
7 | 7 | branches: |
8 | 8 | - '*' |
9 | 9 | jobs: |
10 | | - linux: |
| 10 | + InternationalizationBenchmarks: |
11 | 11 | runs-on: ubuntu-24.04 |
12 | 12 | timeout-minutes: 30 |
13 | 13 | steps: |
14 | | - - name: Checkout swift-foundation-icu-demo |
| 14 | + - name: "Checkout swift-foundation-icu-demo" |
15 | 15 | uses: actions/checkout@v4 |
16 | 16 | with: |
17 | 17 | path: swift-foundation-icu-demo |
18 | | - - name: Checkout swift-foundation |
| 18 | + - name: "Checkout swift-foundation" |
19 | 19 | uses: actions/checkout@v4 |
20 | 20 | with: |
21 | 21 | repository: swiftlang/swift-foundation |
22 | 22 | path: swift-corelibs-foundation |
23 | | - - name: Checkout swift-corelibs-foundation |
| 23 | + - name: "Checkout swift-corelibs-foundation" |
24 | 24 | uses: actions/checkout@v4 |
25 | 25 | with: |
26 | 26 | repository: swiftlang/swift-corelibs-foundation |
27 | 27 | path: swift-corelibs-foundation |
28 | | - - name: Checkout swift-collections |
| 28 | + - name: "Checkout swift-collections" |
29 | 29 | uses: actions/checkout@v4 |
30 | 30 | with: |
31 | 31 | repository: apple/swift-collections |
32 | 32 | path: swift-collections |
33 | | - - name: Checkout swift-foundation-icu |
| 33 | + - name: "Checkout swift-foundation-icu" |
34 | 34 | uses: actions/checkout@v4 |
35 | 35 | with: |
36 | 36 | repository: swiftlang/swift-foundation-icu |
37 | 37 | path: swift-corelibs-foundation-icu |
38 | | - - name: "Test Swift Package on Linux" |
39 | | - run: swift test --package-path swift-foundation-icu-demo |
40 | | - - name: Apply swift-corelibs-foundation-icu PR #53 |
| 38 | + - name: "Apply swift-corelibs-foundation-icu PR #53" |
| 39 | + if: false |
41 | 40 | working-directory: swift-corelibs-foundation-icu |
42 | 41 | run: gh pr checkout 53 |
| 42 | + - name: "Test swift-foundation-icu-demo" |
| 43 | + if: false |
| 44 | + run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test |
43 | 45 | - name: "Build Foundation" |
44 | 46 | working-directory: swift-foundation |
45 | | - run: SWIFTCI_USE_LOCAL_DEPS=.. swift build |
| 47 | + run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift build |
46 | 48 | - name: "Run Foundation InternationalizationBenchmarks" |
47 | 49 | working-directory: swift-foundation/Benchmarks |
48 | | - run: SWIFTCI_USE_LOCAL_DEPS=.. swift run InternationalizationBenchmarks |
49 | | - |
| 50 | + run: SWIFTCI_USE_LOCAL_DEPS=${{ github.workspace }} swift run InternationalizationBenchmarks |
50 | 51 |
|
0 commit comments