Skip to content

Commit

Permalink
refactoring yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlitvinov committed Sep 1, 2024
1 parent 83bacec commit 8d154a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/uitests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ jobs:
if: always()
working-directory: ${{ github.workspace }}/SDK-Auto-Test
run: |
chmod +x slack.sh
if [ -d "./saved_reports" ]; then
find ./saved_reports -type f -name "*.xml" | while read -r test_file_path; do
if [ -n "$test_file_path" ]; then
Expand Down

0 comments on commit 8d154a5

Please sign in to comment.