This commit is contained in:
@@ -15,3 +15,10 @@ jobs:
|
|||||||
run: meson setup build
|
run: meson setup build
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: meson test -C build
|
run: meson test -C build
|
||||||
|
|
||||||
|
- name: Upload Logs
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Meson Logs
|
||||||
|
path: \
|
||||||
|
build/meson-logs/
|
||||||
|
|||||||
Reference in New Issue
Block a user