Skip to content

Commit

Permalink
Added solution filtering to restore and test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bounav committed Jan 25, 2024
1 parent c017e6b commit a22a52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Restore dependencies
run: |
cd src
dotnet restore
dotnet restore spark-ci.slnf
- name: Build
run: |
cd src
dotnet build --no-restore spark-ci.slnf
- name: Test
run: |
cd src
dotnet test --no-build --verbosity normal
dotnet test --no-build --verbosity normal spark-ci.slnf

0 comments on commit a22a52f

Please sign in to comment.