Skip to content

Commit

Permalink
edit text
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkouv committed Oct 3, 2024
1 parent 0f3a52e commit 316ea7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ccip-ocr3-build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:
git checkout ${{ github.base_ref }}
{ time TEST_COUNT=1 COVERAGE_FILE=coverage.out make test; } 2> test-results.txt
real_time=$(cat test-results.txt | grep real | awk '{print $2}')
echo "tests_duration_target=$real_time" >> $GITHUB_ENV
total=$(go tool cover -func=coverage_target.out | grep total | awk '{print $3}')
echo "coverage_target=$total" >> $GITHUB_ENV
echo "tests_duration_target=$real_time" >> $GITHUB_ENV
echo "Tests duration: $real_time"
- name: Remove previous coverage comments
uses: actions/github-script@v6
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 316ea7d

Please sign in to comment.