From fbb5fc848d9f197023c92ca7adea78426c4f6e52 Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 29 Apr 2026 09:13:42 +0200 Subject: [PATCH] Experimenting --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index ae98649..80e993c 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -19,6 +19,6 @@ jobs: cmake --build build - name: Run tests run: | - /usr/local/epics/base-7.0.7/bin/RHEL8-x86_64/caRepeater & + /usr/local/epics/base-7.0.7/bin/linux-x86_64/caRepeater & ps aux | grep caRepeater ctest --output-on-failure --test-dir build -VV