Skip to content

Commit

Permalink
Stop line blasting console
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Dec 5, 2023
1 parent e9ca941 commit cead799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "Creating duplicate directory for $testDir"
# Remove if it exists to get a fresh start
rm -rf $testDir
rsync -a --info=progress2 --exclude '.git' main/ $testDir
rsync -a --exclude '.git' main/ $testDir
done
- name: Test ${{ matrix.testSet.name }}
Expand Down

0 comments on commit cead799

Please sign in to comment.