Skip to content

Commit

Permalink
Merge pull request #122 from mathbunnyru/asalikhov/more_cleanup2
Browse files Browse the repository at this point in the history
Remove unused script and move .dockerignore
  • Loading branch information
consideRatio authored Apr 4, 2023
2 parents fa619bd + 42eb586 commit dbd0d3f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .dockerignore

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,8 @@ jobs:
- name: Test
working-directory: ${{ matrix.example }}
run: pytest --verbose --capture=no

- name: Print docker-compose logs
if: always()
working-directory: ${{ matrix.example }}
run: docker-compose logs
2 changes: 2 additions & 0 deletions basic-example/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tests/
docker-compose.yaml
23 changes: 0 additions & 23 deletions ci/check_hub.sh

This file was deleted.

0 comments on commit dbd0d3f

Please sign in to comment.