From 381193bce32601383d1c20fc73980462bb05d5c8 Mon Sep 17 00:00:00 2001 From: Amruth Baskar Date: Wed, 3 Jul 2024 16:39:36 -0700 Subject: [PATCH] small name change --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b543cb88..78ed14b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -49,11 +49,11 @@ jobs: - name: Test - PAModel run: dotnet bin/Debug/PAModelTests/PAModelTests.dll - - name: Test - Persistence Test Yaml Files (ubuntu & macos) + - name: Test - Persistence.Tests Yaml Files (ubuntu & macos) run: ./scripts/PersistenceValidate.sh if: ${{ runner.os != 'Windows' }} - - name: Test - Persistence Test Yaml Files (windows) + - name: Test - Persistence.Tests Yaml Files (windows) run: ./scripts/PersistenceValidate.ps1 if: ${{ runner.os == 'Windows' }}