From 7277624a7ffda44fe59ab6f465f5952e3bb3bccc Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 25 Dec 2020 08:10:44 -0600 Subject: [PATCH] small tweaks to CI YAML file --- .github/workflows/ci.yaml | 5 +++-- ChangeLog | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b42231..8312117 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,11 @@ jobs: ci: strategy: matrix: - config: + include: #- {os: macOS-latest} - {os: ubuntu-latest} - runs-on: ${{ matrix.config.os }} + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -36,4 +36,5 @@ jobs: run: ./run.sh run_tests #- name: Coverage + # if: ${{ matrix.os == 'ubuntu-latest' }} # run: ./run.sh coverage diff --git a/ChangeLog b/ChangeLog index e4776b5..7c64472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-25 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): + 2020-12-19 Dirk Eddelbuettel * .github/workflows/ci.yaml: Add CI runner using r-ci