diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index f95672f..8e8999c 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -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 \ No newline at end of file + run: dotnet test \ No newline at end of file