mirror of
https://github.com/quantum5/qcal.git
synced 2025-07-26 19:34:10 -04:00
ci: start testing mcal
This commit is contained in:
parent
0c5186e8bb
commit
697ffe9ccd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x, 18.x]
|
node-version: [16.x, 18.x]
|
||||||
directory: [common, frcal, jcal]
|
directory: [common, frcal, jcal, mcal]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
|
Loading…
Reference in a new issue