Skip to content

Add support for Junie version and daily integration tests#84

Merged
mashan555 merged 8 commits into
mainfrom
fadeeva/release-testing
Feb 27, 2026
Merged

Add support for Junie version and daily integration tests#84
mashan555 merged 8 commits into
mainfrom
fadeeva/release-testing

Conversation

@mashan555

Copy link
Copy Markdown
Contributor

No description provided.

…c, and introduced daily integration tests with the latest Junie version
@junie-github-actions

junie-github-actions Bot commented Feb 20, 2026

Copy link
Copy Markdown

Junie successfully finished!
PR link: #85

Comment thread action.yml
Comment on lines 165 to +173
- name: Install Junie
if: steps.prepare.outputs.SHOULD_SKIP != 'true'
shell: bash
run: npm install -g @jetbrains/junie-cli@${{ inputs.junie_version }}
run: |
if [ "${{ inputs.junie_version }}" == "latest" ]; then
curl -fsSL https://junie.jetbrains.com/install.sh | bash
else
curl -fsSL https://junie.jetbrains.com/install.sh | JUNIE_VERSION=${{ inputs.junie_version }} bash
fi

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching to the dedicated installation script is a good move. It's cleaner and correctly handles the latest version logic. I've updated the README to reflect the latest option support.

Review PR Diff and Update README Documentation

Co-authored-by: mashan555 <207022902+mashan555@users.noreply.github.com>
@mashan555 mashan555 force-pushed the fadeeva/release-testing branch from 18fa8b5 to 0fd971c Compare February 26, 2026 15:44
@mashan555 mashan555 force-pushed the fadeeva/release-testing branch from 86cf0a5 to d142e62 Compare February 27, 2026 10:00
@mashan555 mashan555 merged commit eb7f346 into main Feb 27, 2026
1 of 2 checks passed
@mashan555 mashan555 deleted the fadeeva/release-testing branch April 6, 2026 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants