summaryrefslogtreecommitdiff
path: root/.github/workflows/tests-image.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests-image.yaml')
-rw-r--r--.github/workflows/tests-image.yaml20
1 files changed, 20 insertions, 0 deletions
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