test extension.yml update logical operator

This commit is contained in:
PabstMirror 2019-12-12 16:36:03 -06:00
parent a9580b4546
commit b1871724ad

View File

@ -22,7 +22,7 @@ jobs:
- name: Build
run: |
cd extensions/build
cmake .. && cmake --build .
cmake .. -and cmake --build .
- name: Upload Artifact
uses: actions/upload-artifact@master
with: