From 09d5acc983616d676481f64e2b85124f9792b117 Mon Sep 17 00:00:00 2001 From: Shylie Date: Tue, 28 May 2024 13:03:17 -0400 Subject: [PATCH] change to correct directory --- .gitea/workflows/make_png.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/make_png.yaml b/.gitea/workflows/make_png.yaml index 69c93d6..17c2412 100644 --- a/.gitea/workflows/make_png.yaml +++ b/.gitea/workflows/make_png.yaml @@ -24,8 +24,8 @@ jobs: - name: Build previous run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build - name: Generate PNG file for curr - run: DISPLAY=:0 curr/build/tests/test-basic + run: DISPLAY=:0 cd curr/build/tests && ./test-basic - name: Generate PNG file for prev - run: DISPLAY=:0 prev/build/tests/test-basic + run: DISPLAY=:0 cd prev/build/tests && ./test-basic - name: Compare PNG files run: diff curr/build/tests/image.png prev/build/tests/image.png