@@ -56,12 +56,12 @@ jobs:
5656 run :
5757 shell : bash
5858 steps :
59- - name : ' Checkout code'
59+ - name : " Checkout code"
6060 uses : actions/checkout@v4
6161 with :
6262 submodules : recursive
6363
64- - name : ' Cache index.node'
64+ - name : " Cache index.node"
6565 id : cached-artifact
6666 uses : actions/cache@v4
6767 with :
7373 uses : arduino/setup-protoc@v3
7474 with :
7575 # TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
76- version : ' 23.x'
76+ version : " 23.x"
7777 repo-token : ${{ secrets.GITHUB_TOKEN }}
7878
7979 - name : Upgrade Rust to latest stable
8686 workspaces : packages/core-bridge -> target
8787 prefix-key : corebridge-buildcache-debug
8888 shared-key : ${{ matrix.platform }}
89- env-vars : ' '
89+ env-vars : " "
9090 save-if : ${{ env.IS_MAIN_OR_RELEASE == 'true' }}
9191
9292 - name : Compile rust code
@@ -144,7 +144,7 @@ jobs:
144144 - name : Set git config
145145 run : git config --global core.autocrlf false
146146
147- - name : ' Checkout code'
147+ - name : " Checkout code"
148148 uses : actions/checkout@v4
149149 with :
150150 submodules : recursive
@@ -218,7 +218,7 @@ jobs:
218218 - name : Run Tests
219219 run : npm run test
220220 env :
221- TEMPORAL_TRACE_NATIVE_CALLS : true
221+ TEMPORAL_TRACE_NATIVE_CALLS_XXXXX : true
222222 RUN_INTEGRATION_TESTS : true
223223 REUSE_V8_CONTEXT : ${{ matrix.reuse-v8-context }}
224224
0 commit comments