Skip to content

Commit

Permalink
fix: update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish-osmosys committed Feb 1, 2024
1 parent b9a0ad0 commit fff836c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and Test
on:
push:
branches: *
branches:
- "*"
pull_request:
branches: *
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,8 +14,8 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
dotnet-version: "7.0.x"
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test --configuration Release --no-build
run: dotnet test --configuration Release --no-build

0 comments on commit fff836c

Please sign in to comment.