File tree 2 files changed +12
-13
lines changed
2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,6 @@ jobs:
260
260
path : ./binary/bin/linux-x64/
261
261
262
262
test-binaries :
263
- if : false
264
263
needs : build
265
264
strategy :
266
265
matrix :
@@ -337,18 +336,18 @@ jobs:
337
336
chmod +x esbuild
338
337
if : ${{ matrix.platform }} != 'win32'
339
338
340
- # # Run tests for binary
341
- # - name: Run binary tests
342
- # run: |
343
- # cd ../../binary
344
- # npm run test
339
+ # Run tests for binary
340
+ - name : Run binary tests
341
+ run : |
342
+ cd ../../binary
343
+ npm run test
345
344
346
- # - name: Upload logs
347
- # if: ${{ always() }}
348
- # uses: actions/upload-artifact@v2
349
- # with:
350
- # name: core-logs-${{ matrix.platform }}-${{ matrix.arch }}
351
- # path: binary/.continue/logs/core.log
345
+ - name : Upload logs
346
+ if : ${{ always() }}
347
+ uses : actions/upload-artifact@v2
348
+ with :
349
+ name : core-logs-${{ matrix.platform }}-${{ matrix.arch }}
350
+ path : binary/.continue/logs/core.log
352
351
353
352
# Run tests and upload a code coverage report
354
353
test :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.github.continuedev.continueintellijextension
4
4
pluginName = continue-intellij-extension
5
5
pluginRepositoryUrl = https://github.com/continuedev/continue
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 0.0.60
7
+ pluginVersion = 0.0.61
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 223
You can’t perform that action at this time.
0 commit comments