Skip to content

Commit

Permalink
ci: enable logs in scheduled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diegofigs committed Oct 8, 2024
1 parent 8cfa5c8 commit 9a1da48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests_on_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:
cp .env.example .env
source .env
export AURORA_PLUS_API_KEY=${{secrets.AURORA_PLUS_API_KEY}}
RUSTC_BOOTSTRAP=1 cargo test -- -Z unstable-options --format json --report-time | tee results.json
cargo test -- -Z unstable-options --format json --report-time 2> test.log | tee results.json
cat results.json | cargo2junit > results.xml
- name: Log
run: cat test.log

- name: Upload results
run: |
npm install --save-dev @datadog/datadog-ci
Expand Down

0 comments on commit 9a1da48

Please sign in to comment.