Skip to content

update: 动态库也打包进去 #79

update: 动态库也打包进去

update: 动态库也打包进去 #79

Workflow file for this run

name: test
on:
push:
paths:
- 'Image2Display/**'
- '.github/workflows/test.yml'
pull_request:
paths:
- 'Image2Display/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: environment prepare
run: |
sudo apt-get update
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-8.0
- name: test
run: |
cd Image2Display
dotnet test