From 090c3168ecd27ed51599e10dcbd369107b4b3be0 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Wed, 2 Oct 2024 02:32:47 -0700 Subject: [PATCH] test.yaml keep files and force orphans --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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