Skip to content

Commit

Permalink
ci: Add publish test.
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Jun 26, 2024
1 parent 4928f41 commit 38d229a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish Test

on:
pull_request:

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.100
- name: Dotnet Publish
run: dotnet publish

0 comments on commit 38d229a

Please sign in to comment.