Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Actions build matrix #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elft3r
Copy link

@elft3r elft3r commented Mar 23, 2022

Hi,
with this PR the GitHub Actions build-job is split into two jobs. I use the build matrix feature for that.

With the change, I preserved the current behavior. Meaning that for Java 16 the -DskipTests=true argument is set, and for Java 8 not.

In addition, I fixed the following two problems:

  • Fixed the path for the Cache Docker layers step
  • Fixed target name in parsec-testcontainers/docker-bake.hcl to work with the latest Docker Desktop version

Signed-off-by: Jochen Zehnder jochen.zehnder@gmail.com

Signed-off-by: Jochen Zehnder <jochen.zehnder@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant