Skip to content

Commit

Permalink
Fixed oft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Nov 15, 2024
1 parent c5820bb commit 4abe045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v4
- name: Run HTML Report
run: |
bash .github/workflows/scripts/run_oft.sh ./exaudfclient base -o html -f ./oft_report.html || echo failed
bash .github/workflows/scripts/run_oft.sh ./exaudfclient base -o html -f ./oft_report.html -t V2,_ || echo failed
- name: Run Plaintext Report
run: |
bash .github/workflows/scripts/run_oft.sh ./exaudfclient base
bash .github/workflows/scripts/run_oft.sh ./exaudfclient base -t V2,_
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 4abe045

Please sign in to comment.