Skip to content

Commit 1585f6f

Browse files
Remove Example Tests CI Check (#41)
<!-- markdownlint-disable-next-line first-line-heading --> ## Description <!-- Describe your changes in detail. --> This removes the CI pipeline check to run the example tests from the blueprint in this project. ## Context <!-- Why is this change required? What problem does it solve? --> The example tests are irrelevant to this work. ## Type of changes <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] Refactoring (non-breaking change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would change existing functionality) - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> - [x] I am familiar with the [contributing guidelines](https://github.com/nhs-england-tools/playwright-python-blueprint/blob/main/CONTRIBUTING.md) - [x] I have followed the code style of the project - [ ] I have added tests to cover my changes (where appropriate) - [ ] I have updated the documentation accordingly - [ ] This PR is a result of pair or mob programming --- ## Sensitive Information Declaration To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including [PII (Personal Identifiable Information) / PID (Personal Identifiable Data)](https://digital.nhs.uk/data-and-information/keeping-data-safe-and-benefitting-the-public) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter. - [x] I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.
1 parent c04b659 commit 1585f6f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
run-tests:
33-
name: "Run Util & Example Tests"
33+
name: "Run Util Tests"
3434
runs-on: ubuntu-latest
3535
timeout-minutes: 3
3636
steps:
@@ -43,12 +43,8 @@ jobs:
4343
run: |
4444
python -m pip install --upgrade pip
4545
pip install -r requirements.txt
46-
- name: Ensure browsers are installed
47-
run: python -m playwright install --with-deps
4846
- name: Run util tests
4947
run: pytest -m "utils" --ignore=tests/
50-
- name: Run example tests
51-
run: pytest
5248
- uses: actions/upload-artifact@v4
5349
if: ${{ !cancelled() }}
5450
with:

0 commit comments

Comments
 (0)