This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/coverage_on_github_workflow
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/coverage_on_github_workflow by this push:
     new 13cc3c7  Updates github workflows
13cc3c7 is described below

commit 13cc3c772e85275e975ce572e251b4231b92ad01
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Apr 17 13:19:23 2020 +0200

    Updates github workflows
---
 .github/workflows/coverage.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 79e3bce..4b90ccb 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -27,8 +27,8 @@ jobs:
     - name: Build
       env:
         BUILD_OPTIONS: |
-        -DENABLE_TESTING=ON
-        -DENABLE_CODE_COVERAGE=ON
+          -DENABLE_TESTING=ON
+          -DENABLE_CODE_COVERAGE=ON
       run: |
         mkdir build
         cd build

Reply via email to