Skip to content

Commit

Permalink
small name change
Browse files Browse the repository at this point in the history
  • Loading branch information
abaskk-msft committed Jul 3, 2024
1 parent 43f336c commit 381193b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

Expand Down

0 comments on commit 381193b

Please sign in to comment.