Skip to content

Merge branch 'main' of github.com:adimiko/TransactionContext into mvp-1 #2

Merge branch 'main' of github.com:adimiko/TransactionContext into mvp-1

Merge branch 'main' of github.com:adimiko/TransactionContext into mvp-1 #2

Workflow file for this run

name: Pull Request
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
run: dotnet test