Skip to content

chore(deps): bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /src/Cnblogs.Architecture.Ddd.Infrastructure.CacheProviders.InMemory #504

chore(deps): bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /src/Cnblogs.Architecture.Ddd.Infrastructure.CacheProviders.InMemory

chore(deps): bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1 in /src/Cnblogs.Architecture.Ddd.Infrastructure.CacheProviders.InMemory #504

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:8.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build.sh
- name: Test
run: ./test.sh