Update .gitea/workflows/run_tests.yaml
Run tests / Run tests (push) Failing after 6s

This commit is contained in:
2026-05-02 16:11:15 +00:00
committed by Robear Selwans
parent 8500426606
commit 567518448d
+4 -5
View File
@@ -16,10 +16,9 @@ jobs:
- name: Run tests
run: meson test -C build
- name: Upload Logs
- name: Upload Meson Logs
if: always()
uses: actions/upload-artifact@v3
uses: christopherHX/gitea-upload-artifact@v4
with:
name: Meson Logs
path: \
build/meson-logs/
name: meson-logs
path: build/meson-logs/