Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit f277c03

Browse files
committed
update cicd testing pipeline
1 parent 3bd19a5 commit f277c03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Integration Testing
1+
name: Testing
22
on:
33
workflow_dispatch: # triggered manually via the GitHub UI
44
pull_request: # triggered when a PR is created or updated
@@ -18,7 +18,7 @@ env:
1818
PYTHON_VERSION: '3.10'
1919

2020
jobs:
21-
integration-tests:
21+
tests:
2222
runs-on: windows-latest
2323
steps:
2424
- name: Checkout repository
@@ -52,7 +52,7 @@ jobs:
5252
poetry config virtualenvs.create false
5353
poetry install --with test
5454
55-
- name: Run integration tests
55+
- name: Run pytests
5656
working-directory: ${{ github.workspace }}/backend
5757
run: |
5858
pytest --cov=src --junitxml=test-results.xml tests/

0 commit comments

Comments
 (0)