@@ -274,50 +274,50 @@ jobs:
274
274
# YOUR_USERNAME: ${{ secrets.YOUR_USERNAME }}
275
275
276
276
# windows_x64:
277
- # name: Windows x64
278
- # runs-on: windows-latest
279
- # if: ${{ inputs.windows_x64 }}
280
- # steps:
281
- # - name: Checkout code
282
- # uses: actions/checkout@v4
277
+ name : Windows x64
278
+ runs-on : windows-latest
279
+ if : ${{ inputs.windows_x64 }}
280
+ steps :
281
+ - name : Checkout code
282
+ uses : actions/checkout@v4
283
283
284
- # - name: Setup Node.js
285
- # uses: actions/setup-node@v4
286
- # with:
287
- # node-version: '20'
288
- # registry-url: 'https://registry.npmjs.org/'
284
+ - name : Setup Node.js
285
+ uses : actions/setup-node@v4
286
+ with :
287
+ node-version : ' 20'
288
+ registry-url : ' https://registry.npmjs.org/'
289
289
290
- # - uses: pnpm/action-setup@v3
291
- # with:
292
- # version: 9
290
+ - uses : pnpm/action-setup@v3
291
+ with :
292
+ version : 9
293
293
294
- # - name: Workspace - Install
295
- # run: pnpm install --ignore-scripts
294
+ - name : Workspace - Install
295
+ run : pnpm install --ignore-scripts
296
296
297
- # - name: Bindings - Build
298
- # working-directory: bindings
299
- # run: pnpm run build
297
+ - name : Bindings - Build
298
+ working-directory : bindings
299
+ run : pnpm run build
300
300
301
- # - name: Bindings - Test
302
- # working-directory: bindings
303
- # run: pnpm test
301
+ - name : Bindings - Test
302
+ working-directory : bindings
303
+ run : pnpm test
304
304
305
- # - name: API - Build
306
- # working-directory: api
307
- # run: pnpm run build
305
+ - name : API - Build
306
+ working-directory : api
307
+ run : pnpm run build
308
308
309
- # # - name: API - Test
310
- # # working-directory: api
311
- # # run: pnpm test
309
+ # - name: API - Test
310
+ # working-directory: api
311
+ # run: pnpm test
312
312
313
- # - name: Git Status
314
- # if: ${{ inputs.publish }}
315
- # run: git status
313
+ - name : Git Status
314
+ if : ${{ inputs.publish }}
315
+ run : git status
316
316
317
- # - name: Publish - Bindings - Win32 x64
318
- # if: ${{ inputs.publish }}
319
- # working-directory: bindings/pkgs/@databrainhq/node-bindings-win32-x64
320
- # run: pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }}
321
- # env:
322
- # NPM_AUTH_TOKEN: ${{ secrets.DUCKDB_NPM_TOKEN }}
323
- # YOUR_USERNAME: ${{ secrets.YOUR_USERNAME }}
317
+ - name : Publish - Bindings - Win32 x64
318
+ if : ${{ inputs.publish }}
319
+ working-directory : bindings/pkgs/@databrainhq/node-bindings-win32-x64
320
+ run : pnpm publish ${{ inputs.publish_dry_run && '--dry-run' || '' }} --publish-branch ${{ github.ref_name }}
321
+ env :
322
+ NPM_AUTH_TOKEN : ${{ secrets.DUCKDB_NPM_TOKEN }}
323
+ YOUR_USERNAME : ${{ secrets.YOUR_USERNAME }}
0 commit comments