Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
varunmittal91 committed Sep 14, 2023
1 parent ea2f6ab commit 174116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: super-step
shell: sh
run: |
python3 -m focus_validator.main --data-file tests/samples/all_pass.csv --output-type unittest --output-destination reports/focus_tests.xml
poetry run python3 -m focus_validator.main --data-file tests/samples/all_pass.csv --output-type unittest --output-destination reports/focus_tests.xml
- name: FOCUS Validation Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
Expand Down

0 comments on commit 174116d

Please sign in to comment.