ci: rename build step for docker-ct

This commit is contained in:
Zaiming (Stone) Shi 2022-12-07 17:34:17 +01:00
parent 1c8a9079b9
commit c87c9e886e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ jobs:
path: . path: .
- name: unzip source code - name: unzip source code
run: unzip -q source.zip run: unzip -q source.zip
- name: docker compose up - name: run tests
working-directory: source working-directory: source
env: env:
MONGO_TAG: 5 MONGO_TAG: 5