Add testing support for GraalVM's and OpenJ9 JVM.

This commit is contained in:
Kavin 2022-06-02 12:33:07 +01:00
parent ad736729a1
commit 1c454b4fdf
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 33 additions and 2 deletions

View file

@ -16,6 +16,10 @@ jobs:
- testing/docker-compose.hsqldb.yml
- testing/docker-compose.cockroachdb.yml
- testing/docker-compose.yugabytedb.yml
dockerfile:
- Dockerfile
- Dockerfile.openj9
- Dockerfile.graalvm-jvm
steps:
- uses: actions/checkout@v3
- name: Create Version File
@ -25,6 +29,7 @@ jobs:
with:
context: .
load: true
file: ${{ matrix.dockerfile }}
tags: 1337kavin/piped:latest
- name: Start Docker-Compose services
run: docker-compose -f ${{ matrix.docker-compose-file }} up -d && sleep 5