Skip to content

Commit

Permalink
uncomment step
Browse files Browse the repository at this point in the history
  • Loading branch information
wconti27 committed Jan 30, 2025
1 parent b127248 commit 516bbbe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/plugins/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ runs:
- run: yarn test:plugins:ci
shell: bash
- uses: codecov/codecov-action@v5
# uncomment to get test-agent logs within github actions output
# - if: always()
# uses: ./.github/actions/testagent/logs
# with:
# suffix: test-${{ github.job }}
- if: always()
uses: ./.github/actions/testagent/logs
with:
suffix: test-${{ github.job }}

0 comments on commit 516bbbe

Please sign in to comment.