Skip to content

Update dockerfile to build libgdiplus from Source #54

Update dockerfile to build libgdiplus from Source

Update dockerfile to build libgdiplus from Source #54

Workflow file for this run

name: Tests
on: push
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: 🛠️ Checkout Repository
uses: actions/checkout@v4
- name: ⚙️ Setup .NET 9 SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: 🔬 Unit Testing
run: |
echo github.ref
cd tests/Unit/
dotnet test
- name: 🧪 Integration Testing
run: |
echo github.ref
cd tests/Functional/
dotnet test