Skip to content

ci: test jobs used to be call 'build' while they are tests jobs #147

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

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

Psycojoker
Copy link
Collaborator

No description provided.

Copy link

Summary:
The PR involves a minor change to the workflow name from build to tests. This is a straightforward modification that does not affect the core functionality of the project and is unlikely to introduce bugs.

Highlighting:

diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index 8d5456c6..b4fecc57 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -12,7 +12,7 @@ on:
     - cron: '4 0 * * *'
 
 jobs:
-  build:
+  tests:
     strategy:
       fail-fast: false
       matrix:

This change is purely cosmetic and does not alter the behavior of the GitHub Actions workflow, making it suitable for a routine review.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Aug 14, 2024
Copy link
Member

@philogicae philogicae left a comment

Choose a reason for hiding this comment

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

LGTM

@philogicae philogicae merged commit ef1f77d into main Aug 14, 2024
9 of 15 checks passed
@philogicae philogicae deleted the lp-rename-tests branch August 14, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLUE This PR is simple and straightforward.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants