From 648301657ec54f0ba9163ab5fecdbcbed92735a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Oliveira?= Date: Sat, 30 Sep 2023 22:57:10 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 20456ea..a15e372 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,4 +11,4 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Run Tests - run: pwsh -File ./Run-Tests.ps1 \ No newline at end of file + run: pwsh -File ./Run-UnitTests.ps1