Skip to content

Commit

Permalink
Updated readme for the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasir Amin committed Nov 6, 2020
1 parent 1ca53c6 commit 9ec7241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet test -c Release --no-restore --no-build --loger trx --results-directory ./TestResults
# Using the trx-parser action
- name: Parse Trx files
uses: NasAmin/[email protected].1
uses: NasAmin/[email protected].3
id: trx-parser
with:
TRX_PATH: ${{ github.workspace }}/TestResults #This should be the path to your TRX files
Expand Down

0 comments on commit 9ec7241

Please sign in to comment.