Skip to content

Commit

Permalink
test: add continue-on-error for multios tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Feb 5, 2025
1 parent 829de1b commit a5fbcfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/multios-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
gotestsum --junitfile ${REPORT} -- $(cat packages.txt) -v -coverprofile=coverage.txt -covermode=atomic -timeout 15m
- name: Upload the results to Datadog CI App
if: always()
continue-on-error: true
uses: ./.github/actions/dd-ci-upload
with:
dd-api-key: ${{ secrets.DD_CI_API_KEY }}
Expand Down

0 comments on commit a5fbcfd

Please sign in to comment.