diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9d0201d..68e6532 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -65,5 +65,5 @@ jobs: publish_dir: ${{ steps.tests.outputs.coveragePath }} destination_dir: coverage/${{ matrix.testMode }} allow_empty_commit: true - keep_files: false - force_orphan: true \ No newline at end of file + keep_files: true + force_orphan: false \ No newline at end of file