From 7106141e65f2e358248d0766118cd389d7eb4cb1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Wed, 15 Apr 2026 17:31:59 +1000 Subject: feat(ci/cd): More CI/CD --- .github/workflows/tests-image.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/tests-image.yaml (limited to '.github/workflows/tests-image.yaml') diff --git a/.github/workflows/tests-image.yaml b/.github/workflows/tests-image.yaml new file mode 100644 index 0000000..edb0d0f --- /dev/null +++ b/.github/workflows/tests-image.yaml @@ -0,0 +1,20 @@ +name: tests-image + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + test-png: + name: PNG + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Build + run: make USE_HOSTED=1 + + - name: Run PNG tests + run: make test-png USE_HOSTED=1 \ No newline at end of file -- cgit v1.2.3