Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TECH: added new github workflow; use kaspresso snapshot dependency if… #477

Merged
merged 4 commits into from
Jan 12, 2023

Conversation

Nikitae57
Copy link
Collaborator

… property is set

We want to check whether the project compiles with the new kaspresso release. This PR adds a new github workflow which we would trigger manually using snapshot version before release. It assembles android tests with kaspresso, compose support and allure support being used as remote snapshot dependencies instead of the project ones. Snapshot versions usage is determined by the gradle property which we pass in the introduced workflow

@@ -12,8 +12,14 @@ androidXTest = "1.5.0"
testOrchestrator = "1.4.2"
lifecycle = "2.5.1"
thirdPartyReport = "0.17.798"
kaspressoSnapshotVersion = "1.5.1-SNAPSHOT"
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Nikitae57 maybe we should set snapshot version through input fields like here https://github.com/KasperskyLab/Kaspresso/blob/master/.github/workflows/publication_maven.yml. What do you think?

Copy link
Collaborator

Choose a reason for hiding this comment

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

if this new action will be triggered by manual workflow run, than we will not need to set needed version in another commit before run

@Nikitae57 Nikitae57 merged commit 4fdda1b into master Jan 12, 2023
@Nikitae57 Nikitae57 deleted the TECH-snapshot-checks branch January 12, 2023 13:32
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