Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Henrique Cuchi committed Oct 18, 2020
1 parent 5a62d10 commit fe228f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
test/
.github
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
uses: actions/checkout@v1

- name: 'Unit tests'
run: python unit-tests.py
run: |
docker build --tag tests .
docker run --entrypoint python tests unit-tests.py
- name: '[run] simple'
uses: ./
Expand Down

0 comments on commit fe228f6

Please sign in to comment.