Skip to content

Commit c7763b1

Browse files
authoredMar 17, 2025··
Fix: Updated pr-check ci job to prevent unused 'test' job (#209)
### Description There was a `test` job that was remaining even after the `unit-tests` job is completed (it's been renamed to `unit-tests` in previous PR). Here I just renamed it back to `test`. ### Other changes None ### Tested _An explanation of how the changes were tested or an explanation as to why they don't need to be._ ### Related issues - Fixes #issue number here ### Checklist before requesting a review - [ ] I have performed a self-review of my own code - [ ] I have added unit-tests that prove my fix is effective or that my feature works - [ ] The PR title follows the [conventions](https://www.notion.so/Git-Branching-and-Commit-Message-Conventions-18f66f7d06444cfcbac5725ffbc7c04a?pvs=4#9355048863c549ef92fe210a8a1298aa) - [ ] I have run the [regression tests](https://www.notion.so/Mento-Web-App-Regression-Tests-37bd43a7da8d4e38b65993320a33d557) - [ ] The Smoke Test Run is passed ([how to check the Smoke Test Run job result](https://www.notion.so/mentolabs/How-to-analyze-the-Smoke-Test-Run-1b6a2148cc5c80ec8834f2dd97491680))
1 parent dba7dc3 commit c7763b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pr-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: lint
9595
run: yarn run lint
9696

97-
unit-tests:
97+
test:
9898
runs-on: ubuntu-latest
9999
needs: [build]
100100
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.