Skip to content

Commit

Permalink
Fix vrt path
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 27, 2024
1 parent bb094d1 commit a8e506e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,6 @@ tasks:
exit 1;
fi
if [ -d "vrt-report" ]; then
mkdir -p test_result
mv vrt-report test_result/vrt-report
mkdir -p test_result/nightwatch
mv vrt-report test_result/nightwatch/vrt-report
fi

0 comments on commit a8e506e

Please sign in to comment.