From aeab94e7eaf28092d8377f4152ab20e73ce5b081 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Tue, 20 Jan 2026 15:07:51 -0500 Subject: [PATCH 1/2] fix(ci): run `clas12root` with `-b -q` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9843c54..7036ed16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -386,7 +386,7 @@ jobs: - name: test clas12root + iguana run: | source iguana_src/.github/clas12root.env - xvfb-run clas12root clas12root/RunRoot/Ex11_Iguana.C+ --in=test_data.hipo -e 'canv->Print("clas12root.png")' -e '.q' + xvfb-run clas12root -b -q clas12root/RunRoot/Ex11_Iguana.C+ --in=test_data.hipo -e 'canv->Print("clas12root.png")' -e '.q' ### artifacts - name: upload clas12root artifacts uses: actions/upload-artifact@v6 From 0c1a995f4c0bb0dc3f123ebb9c2ef1ef83196f50 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Wed, 21 Jan 2026 09:32:33 -0500 Subject: [PATCH 2/2] test: drop `xvfb-run` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7036ed16..6afecd38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -386,7 +386,7 @@ jobs: - name: test clas12root + iguana run: | source iguana_src/.github/clas12root.env - xvfb-run clas12root -b -q clas12root/RunRoot/Ex11_Iguana.C+ --in=test_data.hipo -e 'canv->Print("clas12root.png")' -e '.q' + clas12root -b -q clas12root/RunRoot/Ex11_Iguana.C+ --in=test_data.hipo -e 'canv->Print("clas12root.png")' -e '.q' ### artifacts - name: upload clas12root artifacts uses: actions/upload-artifact@v6