Rename the test that fully boots the server to lifecycle_test

This commit is contained in:
Julian Stirling 2025-12-20 16:06:49 +00:00
parent 1e36811796
commit c9ac85bffc
3 changed files with 9 additions and 5 deletions

View file

@ -209,14 +209,14 @@ build-docs:
- !reference [.python, rules]
# Only runs when a .py file is edited
server_integration_tests:
server_lifecycle_test:
extends: .python
stage: integration
needs:
- job: build
artifacts: true
script:
- tests/integration_tests/testfile.py
- tests/lifecycle_test/testfile.py
pages:
needs: