We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec9f3 commit 07cc044Copy full SHA for 07cc044
.github/workflows/ci.yaml
@@ -14,11 +14,11 @@ jobs:
14
ci:
15
strategy:
16
matrix:
17
- config:
+ include:
18
#- {os: macOS-latest}
19
- {os: ubuntu-latest}
20
21
- runs-on: ${{ matrix.config.os }}
+ runs-on: ${{ matrix.os }}
22
23
steps:
24
- uses: actions/checkout@v2
@@ -36,4 +36,5 @@ jobs:
36
run: ./run.sh run_tests
37
38
#- name: Coverage
39
+ # if: ${{ matrix.os == 'ubuntu-latest' }}
40
# run: ./run.sh coverage
ChangeLog
@@ -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
5
2020-12-17 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.1 (following
0 commit comments