Skip to content

Ifc serialization improvements #1825

Ifc serialization improvements

Ifc serialization improvements #1825

name: Build and Test on PR
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- run: dotnet build -c release
- run: dotnet test -c release