GitHub Actions: update the UI Tests task name to testIdeUi

This commit is contained in:
Jakub Chrzanowski 2024-06-14 16:09:38 +02:00
parent 0a59020482
commit af9a2b4c33
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ jobs:
echo "$CHANGELOG" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
# Update Unreleased section with the current release note
# Update the Unreleased section with the current release note
- name: Patch Changelog
if: ${{ steps.properties.outputs.changelog != '' }}
env:

View File

@ -27,7 +27,7 @@ jobs:
- os: windows-latest
runIde: start gradlew.bat runIdeForUiTests
- os: macos-latest
runIde: ./gradlew runIdeForUiTests &
runIde: ./gradlew testIdeUi &
steps: