Skip to content

Commit

Permalink
chore: Ignore files generated in testing when formatting code.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaleabTessera committed Apr 1, 2022
1 parent 3ca5feb commit 3852b0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- name: Checkout mava
uses: actions/checkout@v2
- name: Run tests in docker
run: |
docker run --mount "type=bind,src=$(pwd),dst=/tmp/mava" \
-w "/tmp/mava" --rm ${{ matrix.docker-image }} /bin/bash bash_scripts/tests.sh
- name: Check format and types
run: |
docker run --mount "type=bind,src=$(pwd),dst=/tmp/mava" \
-w "/tmp/mava" --rm ${{ matrix.docker-image }} /bin/bash bash_scripts/check_format.sh
- name: Run tests in docker
run: |
docker run --mount "type=bind,src=$(pwd),dst=/tmp/mava" \
-w "/tmp/mava" --rm ${{ matrix.docker-image }} /bin/bash bash_scripts/tests.sh
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ exclude = '''
| dist
| proto
| docs
| mava_testing
)/
)
'''
Expand Down

0 comments on commit 3852b0a

Please sign in to comment.