Skip to content

Commit

Permalink
Create build_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored May 29, 2024
1 parent c8b9f38 commit 8b0e88f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build PR

on:
pull_request:
branches:
- master

jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
6.0.300
- name: Log dotnet info
run: dotnet --info
- name: Run test
run: ./build.ps1 --target=Test

0 comments on commit 8b0e88f

Please sign in to comment.