Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
test: add the specific_line arg for error test cases
Browse files Browse the repository at this point in the history
Signed-off-by: dittrichlucas <ld.dittrich@gmail.com>
  • Loading branch information
dittrichlucas committed Oct 27, 2021
1 parent 1bb2916 commit 462a84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-env-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
command_line: rit set env --flag=test
assert_file_path: testdata/gha_workflows/env_workflow/assert3.txt
expected_result: PASSED
specific_line: 1

macos:
runs-on: macos-latest
Expand Down Expand Up @@ -130,6 +131,7 @@ jobs:
command_line: rit set env --flag=test
assert_file_path: testdata/gha_workflows/env_workflow/assert3.txt
expected_result: PASSED
specific_line: 1

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -172,3 +174,4 @@ jobs:
command_line: ./rit.exe set env --flag=test
assert_file_path: testdata/gha_workflows/env_workflow/assert3.txt
expected_result: PASSED
specific_line: 1

0 comments on commit 462a84c

Please sign in to comment.