Skip to content

Commit 07cc044

Browse files
committed
small tweaks to CI YAML file
1 parent f7ec9f3 commit 07cc044

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
ci:
1515
strategy:
1616
matrix:
17-
config:
17+
include:
1818
#- {os: macOS-latest}
1919
- {os: ubuntu-latest}
2020

21-
runs-on: ${{ matrix.config.os }}
21+
runs-on: ${{ matrix.os }}
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -36,4 +36,5 @@ jobs:
3636
run: ./run.sh run_tests
3737

3838
#- name: Coverage
39+
# if: ${{ matrix.os == 'ubuntu-latest' }}
3940
# run: ./run.sh coverage

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-12-25 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .github/workflows/ci.yaml: Small tweaks to CI YAML file
4+
15
2020-12-17 Dirk Eddelbuettel <edd@debian.org>
26

37
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.1 (following

0 commit comments

Comments
 (0)