Skip to content

Fix wording in the comment, avoiding the word "flaky" twice #37

Fix wording in the comment, avoiding the word "flaky" twice

Fix wording in the comment, avoiding the word "flaky" twice #37

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: maven
- name: Test
run: mvn package -Dquarkus.native.container-build=true