Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-n committed Jan 10, 2024
1 parent f40aebd commit fc1ee89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/trunk-hourly-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
junit-paths: cypress/reports/**/*junit*.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
env:
TRUNK_LOG: info
Expand All @@ -147,8 +147,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
junit-paths: cypress/reports/**/*junit*.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
env:
TRUNK_LOG: info
Expand All @@ -167,8 +167,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
junit-paths: cypress/reports/**/*junit*.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
env:
TRUNK_LOG: info
Expand All @@ -188,8 +188,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
junit-paths: cypress/reports/**/*junit*.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
env:
TRUNK_LOG: info
Expand All @@ -210,8 +210,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
junit-paths: cypress/reports/**/*junit*.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
env:
TRUNK_LOG: info
Expand All @@ -221,8 +221,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: cypress/reports/**/*junit*.xml
org_url_slug: trunk-staging-org
junit-paths: cypress/reports/**/*junit*.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
tags: tests=e2e
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trunk-hourly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Upload results
uses: trunk-io/analytics-uploader@main
with:
junit_paths: target/junit/**/*_test.xml
org_url_slug: trunk-staging-org
junit-paths: target/junit/**/*_test.xml
org-slug: trunk-staging-org
token: ${{ secrets.TRUNK_DEBUGGER_TOKEN }}
env:
TRUNK_LOG: info
Expand Down

0 comments on commit fc1ee89

Please sign in to comment.