fix: CI: use different stage name for integration tests

This commit is contained in:
Aravinth Manivannan 2023-12-31 01:38:59 +05:30
parent 240b5ec13a
commit 73aa755035
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ steps:
- apt update
- apt-get install -y --no-install-recommends protobuf-compiler
- cargo build
- cargo test
- cargo test --lib
# - make migrate
# - make
# - make release
# - make test // requires Docker-in-Docker
backend:
integration_tests:
image: python
commands:
- pip install -r requirements.txt