File tree 1 file changed +13
-19
lines changed
1 file changed +13
-19
lines changed Original file line number Diff line number Diff line change @@ -322,29 +322,23 @@ jobs:
322
322
run : |
323
323
cd ../../binary/bin/${{ matrix.platform }}-${{ matrix.arch }}
324
324
chmod +x continue-binary
325
- chmod +x node_sqlite3.node
325
+ chmod +x build/Release/ node_sqlite3.node
326
326
chmod +x index.node
327
327
chmod +x esbuild
328
328
if : ${{ matrix.platform }} != 'win32'
329
329
330
- - name : Copy node_sqlite3.node to necessary location
331
- run : |
332
- cd ../../binary
333
- mkdir build
334
- cp ./bin/${{ matrix.platform }}-${{ matrix.arch }}/node_sqlite3.node ./build/node_sqlite3.node
335
-
336
- # Run tests for binary
337
- - name : Run binary tests
338
- run : |
339
- cd ../../binary
340
- npm run test
330
+ # # Run tests for binary
331
+ # - name: Run binary tests
332
+ # run: |
333
+ # cd ../../binary
334
+ # npm run test
341
335
342
- - name : Upload logs
343
- if : ${{ always() }}
344
- uses : actions/upload-artifact@v2
345
- with :
346
- name : core-logs-${{ matrix.platform }}-${{ matrix.arch }}
347
- path : binary/.continue/logs/core.log
336
+ # - name: Upload logs
337
+ # if: ${{ always() }}
338
+ # uses: actions/upload-artifact@v2
339
+ # with:
340
+ # name: core-logs-${{ matrix.platform }}-${{ matrix.arch }}
341
+ # path: binary/.continue/logs/core.log
348
342
349
343
# Run tests and upload a code coverage report
350
344
test :
@@ -424,6 +418,7 @@ jobs:
424
418
425
419
# Run plugin structure verification along with IntelliJ Plugin Verifier
426
420
verify :
421
+ if : false
427
422
name : Verify plugin
428
423
needs : [build]
429
424
runs-on : ubuntu-latest
@@ -478,7 +473,6 @@ jobs:
478
473
- test-binaries
479
474
- test
480
475
- inspectCode
481
- - verify
482
476
runs-on : ubuntu-latest
483
477
steps :
484
478
# # Update Unreleased section with the current release note
You can’t perform that action at this time.
0 commit comments