Skip to content

chore(deps): bump Dapr.AspNetCore and Microsoft.Extensions.Logging.Abstractions #490

chore(deps): bump Dapr.AspNetCore and Microsoft.Extensions.Logging.Abstractions

chore(deps): bump Dapr.AspNetCore and Microsoft.Extensions.Logging.Abstractions #490

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