Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Mar 18, 2022
1 parent 0160d1b commit ff0087b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ jobs:
done
./mc policy set public ${PUBLIC_BUCKET}
pip3 install --user -r tests/rest_api/requirements.txt
docker ps
mc ls --recursive ${MINIO_ALIAS}
pytest tests/rest_api/
docker ps
mc ls --recursive ${MINIO_ALIAS}
docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f components/serverless/docker-compose.serverless.yml -f components/analytics/docker-compose.analytics.yml -f tests/rest_api/docker-compose.minio.yml down -v
- name: Running unit tests
env:
Expand Down

0 comments on commit ff0087b

Please sign in to comment.