File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6363 runs-on : ${{ matrix.os }}
6464 defaults :
6565 run :
66- working-directory : ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
66+ # working-directory: ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
6767 shell : ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
6868
6969 name : ${{ matrix.lib.name }} library (${{ matrix.os }})
8181 playwright : ${{ matrix.lib.changes && matrix.lib.needsPlaywright }}
8282 shell : ${{ matrix.os == 'windows-latest' && 'pwsh' || 'bash' }}
8383 - name : Echo cwd
84- run : echo ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
84+ run : |
85+ echo ${{ matrix.lib.windowsDirectory}}
86+ echo ${{ matrix.lib.directory }}
8587
8688 - name : Echo cwd
8789 working-directory : ${{ matrix.os == 'windows-latest' && matrix.lib.windowsDirectory || matrix.lib.directory }}
You can’t perform that action at this time.
0 commit comments