Skip to content

Commit

Permalink
Continue if tests fail to upload logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubrak committed Oct 15, 2024
1 parent 5dcb3d8 commit 56378c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/run-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
pip install -r roles/oneagent/tests/component/resources/requirements.txt
- name: Run component tests
id: component-tests
continue-on-error: true
shell: bash
run: source venv/bin/activate && cd roles/oneagent/tests/component &&
sudo python run.py --linux_x86=localhost
Expand Down

0 comments on commit 56378c4

Please sign in to comment.