Skip to content

Update quarkus smoke test app #288

Update quarkus smoke test app

Update quarkus smoke test app #288

name: PR build Quarkus images for smoke tests
on:
pull_request:
paths:
- "smoke-tests/images/quarkus/**"
- ".github/workflows/pr-smoke-test-quarkus-images.yml"
- ".github/workflows/reusable-smoke-test-images.yml"
branches:
- main
jobs:
build:
uses: ./.github/workflows/reusable-smoke-test-images.yml
with:
project: ":smoke-tests:images:quarkus"
cache-read-only: true
# Quarkus 3.7+ requires Java 17+
skip-java-8: true
skip-java-11: true

Check failure on line 20 in .github/workflows/pr-smoke-test-quarkus-images.yml

View workflow run for this annotation

GitHub Actions / PR build Quarkus images for smoke tests

Invalid workflow file

The workflow is not valid. .github/workflows/pr-smoke-test-quarkus-images.yml (Line: 20, Col: 21): Invalid input, skip-java-11 is not defined in the referenced workflow.