Skip to content

Add migrations to remove "Type" field from audit log data. #135

Add migrations to remove "Type" field from audit log data.

Add migrations to remove "Type" field from audit log data. #135

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal