Skip to content

Commit

Permalink
change: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon73-Computing committed Mar 17, 2024
1 parent 30839df commit 759728f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Main Programs
name: Test Programs

on:
push:
Expand All @@ -15,5 +15,5 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: dotnet build AnovReader/AnovReader.csproj -c Release
- name: Test
run: dotnet test AnovReader/AnovReader.csproj

0 comments on commit 759728f

Please sign in to comment.