mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
Fix: CI/CD test
This commit is contained in:
@@ -20,12 +20,15 @@ jobs:
|
||||
- name: Build
|
||||
env:
|
||||
ENV: ${{ steps.extract_environment.outputs.result }}
|
||||
IMAGE_TAG: latest
|
||||
IMAGE_TAG: test
|
||||
run: |
|
||||
export ENV=test
|
||||
docker-compose -f build.docker-compose.yml build
|
||||
|
||||
- name: Run Test
|
||||
env:
|
||||
ENV: ${{ steps.extract_environment.outputs.result }}
|
||||
IMAGE_TAG: test
|
||||
run: |
|
||||
export ENV=test
|
||||
docker-compose run --rm --entrypoint npm run test maestro
|
||||
|
||||
Reference in New Issue
Block a user