Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 11, 2024
1 parent f36527b commit c35c6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
- name: Python 3.6 Coverage
run: |
if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 all; fi
if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 server 0 &; fi
if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 client 0; fi
# - name: Coveralls
# run: |
Expand Down

0 comments on commit c35c6f7

Please sign in to comment.