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

ci: Add dedicated workflow for pytests #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BAStos525
Copy link
Member

Description

  1. Move pytest job to the separated workflow to be able to trigger its run after iroha2-dev image publishing from the iroha-rust` repo.

Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
@SamHSmith
Copy link
Contributor

This is a good idea except we aren't currently compatible with latest iroha2 build.

@alexstroke1
Copy link

alexstroke1 commented Sep 30, 2024

This is a good idea except we aren't currently compatible with latest iroha2 build.

That's why we're only using the 2.0.0-pre-rc.22 branch for now for these tests yet.

on:
repository_dispatch:
types: [dispatch-event]

Choose a reason for hiding this comment

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

On common PR also we need this run.

Suggested change
pull_request:
branches: [main]

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.

3 participants