Skip to content

Commit 96e6706

Browse files
committed
Update GitHub Action and test command
- Upgraded GitHub Action for Redis to v1.7.0 in build-deploy.yml. - Modified `dotnet test` for Promact.Caching.Test to include build step. - Adjustments made within the jobs configuration of build-deploy.yml, focusing on testing and potentially packaging for Promact.Caching.
1 parent 69e0e9e commit 96e6706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
redis-version: 7
3131

3232
- name: Test
33-
run: dotnet test ./Promact.Caching/Promact.Caching.Test/Promact.Caching.Test.csproj --no-build
33+
run: dotnet test ./Promact.Caching/Promact.Caching.Test/Promact.Caching.Test.csproj
3434

3535
- name: Pack
3636
run: dotnet pack ./Promact.Caching/Promact.Caching/Promact.Caching.csproj --no-build --output nupkg

0 commit comments

Comments
 (0)