Skip to content

Commit

Permalink
new workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Weixuan Fu committed Jan 28, 2021
1 parent aa38f6d commit e31cc20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pennai_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
python-version: '3.7'
- name: Build Docker Images
run: |
pip install coveralls
docker-compose -f ./docker-compose-unit-test.yml build -m 8g
# Runs a set of commands using the runners shell
- name: Run Unit Tests
Expand All @@ -101,6 +102,7 @@ jobs:
flag-name: Unit Test for scikit-learn api

coveralls_finish:
name: Coveralls Done
needs: [build_web_app, build_pypkg]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e31cc20

Please sign in to comment.