Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gosp authored May 29, 2020
1 parent 2bdae53 commit 44d9655
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
uses: ./ # Uses an action in the root directory
with:
languages: en-US fr-FR
- name: check result
run: awk -F',' 'FNR==2 {print $4}' summary.csv | xargs -I{} sh -c 'if [ "{}" -gt "0" ]; then echo "error:{}";/bin/false; fi'
- name: Actifacts publish
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: resouce-check-result
path: detail.csv
name: g11n-result
path: detail.csv

0 comments on commit 44d9655

Please sign in to comment.