Fixing workflow

This commit is contained in:
Sergio Martin 2024-01-20 10:21:11 +01:00
parent d99e777ee1
commit 20f29160d9
1 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,8 @@
name: Build and Run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
@ -22,9 +24,4 @@ jobs:
- name: Building project
run: ninja -C build
- name: Running tests
run: ninja test -C build
- name: Archive build and test logs
uses: actions/upload-artifact@v4
with:
name: meson-logs
path: build/meson-logs/**
run: ninja test -C build