mirror of
https://github.com/eddelbuettel/binb
synced 2024-12-22 04:29:59 +01:00
small tweaks to CI YAML file
This commit is contained in:
parent
1b011ea376
commit
7277624a7f
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user