Skip to content

Commit

Permalink
Create build_test.yml
Browse files Browse the repository at this point in the history
Add publishing test
  • Loading branch information
WangGithubUser authored Jan 4, 2025
1 parent 5be62c2 commit 6af3007
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: build_test
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: ./publish.cmd

0 comments on commit 6af3007

Please sign in to comment.