Skip to content

Commit 69215a7

Browse files
committed
version update
1 parent e1c28e5 commit 69215a7

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.github/workflows/jetbrains-release.yaml

+11-12
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ jobs:
260260
path: ./binary/bin/linux-x64/
261261

262262
test-binaries:
263-
if: false
264263
needs: build
265264
strategy:
266265
matrix:
@@ -337,18 +336,18 @@ jobs:
337336
chmod +x esbuild
338337
if: ${{ matrix.platform }} != 'win32'
339338

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
345344
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
352351

353352
# Run tests and upload a code coverage report
354353
test:

extensions/intellij/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.continuedev.continueintellijextension
44
pluginName = continue-intellij-extension
55
pluginRepositoryUrl = https://github.com/continuedev/continue
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.60
7+
pluginVersion = 0.0.61
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 223

0 commit comments

Comments
 (0)