Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jan 24, 2025
1 parent f7e230b commit ba6e690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ jobs:
# fi
# cicd will always pass. This is done temporarily to avoid failing the build since rpc is not yet stable
xvfb-run mechanical-env pytest -m remote_session_connect --remote-server-type=rpyc -s --junitxml test_results${{ matrix.python-version }}.xml || true
continue-on-error: true

- name: Upload coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ba6e690

Please sign in to comment.