Print resources contents

This commit is contained in:
Shylie 2024-05-29 07:28:50 -04:00
parent 06e189963e
commit ffcafb5160

View File

@ -24,9 +24,9 @@ jobs:
- name: Build previous
run: cmake -S prev -B prev/build -DGLERMINAL_TEST=ON && cmake --build prev/build
- name: Generate PNG file for current
run: cd curr/build/tests && ls $PWD && XDG_RUNTIME_DIR=$PWD xvfb-run -a ./test-basic
run: cd curr/build/tests && ls $PWD/resources && XDG_RUNTIME_DIR=$PWD xvfb-run -a ./test-basic
- name: Generate PNG file for previous
run: cd prev/build/tests && ls $PWD && XDG_RUNTIME_DIR=$PWD xvfb-run -a ./test-basic
run: cd prev/build/tests && ls $PWD/resources && XDG_RUNTIME_DIR=$PWD xvfb-run -a ./test-basic
- name: Upload current PNG
uses: actions/upload-artifact@v3
with: