Skip to content

Commit

Permalink
Update test_matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 230254a commit 505c43b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
docker-compose -f tests/docker-compose.yml build
- name: Build
run: |
docker-compose -f tests/docker-compose.yml -d up
docker-compose -f tests/docker-compose.yml up -d
sleep 80
docker-compose -f tests/docker-compose.yml logs
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit 505c43b

Please sign in to comment.