Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roysti10 committed Feb 8, 2021
1 parent 2e128d6 commit 4269a41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
name: Lint with pylint
- run:
name: Test with pytest
command: sudo docker-compose -f docker/docker-compose-test.yaml up --build --exit-code-from test
command: |
docker -v
docker-compose -v
sudo docker-compose -f docker/docker-compose-test.yaml up --build --exit-code-from test
workflows:
main:
jobs:
Expand Down

0 comments on commit 4269a41

Please sign in to comment.