Skip to content

Commit

Permalink
Should fix issues with CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Oct 19, 2019
1 parent 13084ed commit a2f30a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
command: |
export MOZ_HEADLESS=1
export CIRCLECI=1
./build.sh --target=test --verbosity=verbose
./build.sh --target=test --verbosity=verbose < /dev/null
- save_cache:
name: Save Yarn Package Cache
Expand Down
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ void TestTask(string name, string projectName) {
try {
DotNetCoreTest($"./tests/{projectName}/{projectName}.csproj", new DotNetCoreTestSettings {
ArgumentCustomization = (args) => args.AppendQuoted($"--logger:trx;LogFileName={logFilePath}")
.Append("--logger:\"console;verbosity=normal;noprogress=true\"")
});
} finally {
if (AppVeyor.IsRunningOnAppVeyor && FileExists(logFilePath)) {
Expand Down

0 comments on commit a2f30a9

Please sign in to comment.