From 848d29d301fabadac4d0e73d652addc0fa11eed2 Mon Sep 17 00:00:00 2001 From: LukeParkerDev <10430890+Hona@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:54:47 +1000 Subject: [PATCH] delete original tests --- .github/workflows/meta-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/meta-test.yml b/.github/workflows/meta-test.yml index 0206c57..6b8617a 100644 --- a/.github/workflows/meta-test.yml +++ b/.github/workflows/meta-test.yml @@ -62,6 +62,7 @@ jobs: - name: Delete original feature run: | rm -rf ./temp/MyTestApp/src/MyTestApp/Features/Todos + rm -rf ./temp/MyTestApp/tests/MyTestApp.Unit.Tests/Features/Todos # Tests that deleting a slice leaves the project in a buildable state - name: Build after deleting a feature