Skip to content

Commit

Permalink
Use new CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
zaycev committed Dec 20, 2023
1 parent 52c33bc commit c9bb3f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/trunk-hourly-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,17 @@ jobs:
CYPRESS_QA_DB_MONGO: true
continue-on-error: true

- run: ls -l ./cypress/reports/mochareports/
- name: Upload results
run: ./.trunk-ci-analytics/bin --token=${{ secrets.TRUNK_DEBUGGER_TOKEN }} --input="cypress/reports/**/*junit*.xml"
env:
REPO_URL: ${{ github.repositoryUrl }}
RUST_LOG: info
continue-on-error: true

- name: Upload results
run: ./.trunk-ci-analytics/trunk-metrics-cli upload --custom-tags="tests=e2e" --token=${{ secrets.TRUNK_DEBUGGER_TOKEN }} --org=trunk-staging-org --junit-paths="cypress/reports/**/*junit*.xml"
env:
REPO_URL: ${{ github.repositoryUrl }}
TRUNK_LOG: debug

continue-on-error: true
Binary file added .trunk-ci-analytics/trunk-metrics-cli
Binary file not shown.

0 comments on commit c9bb3f1

Please sign in to comment.