Skip to content

Commit

Permalink
change build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Nov 19, 2024
1 parent 6236136 commit 30cf04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: '8.x'
- name: Install dependencies
run: dotnet restore
run: dotnet restore
- name: Build
run: dotnet build
run: dotnet build ./Code/WeatherStationProjectDashboard.sln
- name: Test with the dotnet CLI
run: dotnet test
run: dotnet test

0 comments on commit 30cf04c

Please sign in to comment.