1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 matrix :
16- # os: [macos-14, macos-15, macos-26, windows-2022, windows-2025]
17- os : [macos-26]
16+ os : [macos-14, macos-15, macos-26, windows-2022, windows-2025]
1817 steps :
1918 - uses : actions/checkout@v5
2019 - uses : actions/setup-node@v6
@@ -28,40 +27,40 @@ jobs:
2827 name : artifacts-test-${{ matrix.os }}
2928 path : |
3029 **/recordings/**/*
31- # test-ignore-tcc-db:
32- # runs-on: ${{ matrix.os }}
33- # strategy:
34- # matrix:
35- # os: [macos-14]
36- # steps:
37- # - uses: actions/checkout@v5
38- # - uses: actions/setup-node@v6
39- # with:
40- # node-version-file: .nvmrc
41- # - run: yarn install --frozen-lockfile
42- # - run: yarn ci:ignore-tcc-db
43- # - uses: actions/upload-artifact@v4
44- # if: always()
45- # with:
46- # name: artifacts-test-ignore-tcc-db-${{ matrix.os }}
47- # path: |
48- # **/recordings/**/*
49- # test-nvda-install-dir:
50- # runs-on: ${{ matrix.os }}
51- # strategy:
52- # matrix:
53- # os: [windows-2022, windows-2025]
54- # steps:
55- # - uses: actions/checkout@v5
56- # - uses: actions/setup-node@v6
57- # with:
58- # node-version-file: .nvmrc
59- # - run: yarn install --frozen-lockfile
60- # - run: yarn ci:nvda-install-dir
61- # - run: Get-ChildItem $env:USERPROFILE\nvda
62- # - uses: actions/upload-artifact@v4
63- # if: always()
64- # with:
65- # name: artifacts-test-nvda-install-dir-${{ matrix.os }}
66- # path: |
67- # **/recordings/**/*
30+ test-ignore-tcc-db :
31+ runs-on : ${{ matrix.os }}
32+ strategy :
33+ matrix :
34+ os : [macos-14]
35+ steps :
36+ - uses : actions/checkout@v5
37+ - uses : actions/setup-node@v6
38+ with :
39+ node-version-file : .nvmrc
40+ - run : yarn install --frozen-lockfile
41+ - run : yarn ci:ignore-tcc-db
42+ - uses : actions/upload-artifact@v4
43+ if : always()
44+ with :
45+ name : artifacts-test-ignore-tcc-db-${{ matrix.os }}
46+ path : |
47+ **/recordings/**/*
48+ test-nvda-install-dir :
49+ runs-on : ${{ matrix.os }}
50+ strategy :
51+ matrix :
52+ os : [windows-2022, windows-2025]
53+ steps :
54+ - uses : actions/checkout@v5
55+ - uses : actions/setup-node@v6
56+ with :
57+ node-version-file : .nvmrc
58+ - run : yarn install --frozen-lockfile
59+ - run : yarn ci:nvda-install-dir
60+ - run : Get-ChildItem $env:USERPROFILE\nvda
61+ - uses : actions/upload-artifact@v4
62+ if : always()
63+ with :
64+ name : artifacts-test-nvda-install-dir-${{ matrix.os }}
65+ path : |
66+ **/recordings/**/*
0 commit comments