diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..da585d0 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,17 @@ +name: Test + +on: + push: + branches: [ "action/publish" ] + pull_request: + branches: [ "main" ] + +jobs: + windows: + runs-on: windows-latest + steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + + - name: Ursa Headless Test + run: dotnet test ./tests/HeadlessTest.Ursa \ No newline at end of file