Skip to content

Commit

Permalink
chore: remove test report
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Jun 19, 2024
1 parent 5e6100c commit 9d5d44f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,17 +77,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build ${{ inputs.node-version }}
path: dist

test-report:
name: Test report with Node ${{ inputs.node-version }} and Google Ads API ${{ inputs.google-ads-api-version }}
runs-on: ubuntu-latest
needs: generate
if: ${{ inputs.test }}
steps:
- name: Generate test report
uses: dorny/test-reporter@v1
with:
name: Test report with Node ${{ inputs.node-version }} and Google Ads API ${{ inputs.google-ads-api-version }}
path: junit.xml
reporter: jest-junit
path: dist

0 comments on commit 9d5d44f

Please sign in to comment.