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

Merge windows and linux pytest workflow #612

Closed
wants to merge 8 commits into from
Closed

Conversation

ErebusZ
Copy link
Member

@ErebusZ ErebusZ commented Mar 8, 2024

No description provided.

Comment on lines +46 to +50
if: matrix.os == 'ubuntu-latest'
- name: Running tests with pytest for windows.
run: |
pytest -m "not docker and not nats"
if: matrix.os == 'windows-latest'
Copy link
Member

Choose a reason for hiding this comment

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

If we need to do if else, then keep the flows separate.

@ErebusZ ErebusZ closed this Mar 8, 2024
@deadly-panda deadly-panda deleted the fix/merge_workflows branch March 22, 2024 15:43
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