diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a125ea7e..06ae660ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,8 +84,8 @@ jobs: - name: Python 3.6 Coverage run: | - if [[ $(python3 --version | grep "3.6") ]]; then nohup ./qa/bin/functional-3.6 server 0 &; fi - if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 client 0; fi + ./qa/bin/functional-3.6 server 0 & + ./qa/bin/functional-3.6 client 0 # - name: Coveralls # run: |