Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Jan 14, 2025
1 parent 7610ac0 commit a2860fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terratests-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: pnfv_test_output.log

- name: Check if Tests are passed
run: sh check_tests.sh output.html
run: sh check_tests.sh output.log

test-PFCR:
name: Setup UAT PFCR Tests
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
path: pfcr_test_output.log

- name: Check if Tests are passed
run: sh check_tests.sh output.html
run: sh check_tests.sh output.log

upload-test-report:
name: Upload Testing Report
Expand Down

0 comments on commit a2860fe

Please sign in to comment.