Skip to content

Commit

Permalink
Restore
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Jun 15, 2018
1 parent ba671fa commit 816fd40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- run:
name: Restore sample/HasTests
command: dotnet restore sample/HasTests/HasTests.fsproj
- run:
name: Restore sample/ReferenceCSharp
command: dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj

- run:
name: Build all
Expand Down
1 change: 1 addition & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dotnet restore sample/MainProject/MainProject.fsproj
dotnet restore sample/HasLocalDll/HasLocalDll.fsproj
dotnet restore sample/FSharpKoans.Core/FSharpKoans.Core.fsproj
dotnet restore sample/HasTests/HasTests.fsproj
dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj

echo 'Running tests...'
set -e
Expand Down

0 comments on commit 816fd40

Please sign in to comment.