File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 - name : Fetch Sources
3232 uses : actions/checkout@v4
3333 with :
34- path : ${{ matrix.os == 'windows-latest' && 'a/b/ tls' || 'tact-language-server' }}
34+ path : ${{ matrix.os == 'windows-latest' && 'a\b\ tls' || 'tact-language-server' }}
3535
3636 - name : Enable Corepack
3737 run : corepack enable --install-directory 'C:\npm\prefix'
38- working-directory : a/b/ tls
38+ working-directory : a\b\ tls
3939
4040 - name : Enable Corepack
4141 if : matrix.os != 'windows-latest'
@@ -47,21 +47,21 @@ jobs:
4747 with :
4848 node-version : 22.x
4949 cache : " yarn"
50- cache-dependency-path : a/b/ tls/yarn.lock
50+ cache-dependency-path : a\b\ tls/yarn.lock
5151
5252 - name : Install dependencies
5353 env :
5454 YARN_ENABLE_HARDENED_MODE : false
5555 run : yarn install --immutable
56- working-directory : a/b/ tls
56+ working-directory : a\b\ tls
5757
5858 - name : Build Extension
5959 run : yarn build
60- working-directory : a/b/ tls
60+ working-directory : a\b\ tls
6161
6262 - name : Run unit tests
6363 run : yarn test
64- working-directory : a/b/ tls
64+ working-directory : a\b\ tls
6565
6666 - name : Run e2e tests
6767 if : matrix.os == 'ubuntu-latest'
7676 - name : Run e2e tests
7777 if : matrix.os == 'windows-latest'
7878 run : yarn run test:e2e
79- working-directory : a/b/ tls
79+ working-directory : a\b\ tls
You can’t perform that action at this time.
0 commit comments