Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
  • Loading branch information
ehsavoie committed Oct 9, 2023
1 parent 621e4fa commit c27e541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
mvn -U -B -fae clean install -Drelease
shell: bash
- name: Build, run & test ${{ inputs.QUICKSTART_PATH }} Quickstart with provisioned-server profile
if: ${{ !inputs.MICROPROFILE }}
# if: ${{ !inputs.MICROPROFILE }}
run: |
cd quickstarts
cd ${{ inputs.QUICKSTART_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart_remote-helloworld-mdb_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'remote-helloworld-mdb/**'
- '.github/workflows/quickstart_ci.yml'
jobs:
container-job:
Test-build-with-deps-matrix:
# Service containers to run with `container-job`
services:
# Label used to access the service container
Expand Down

0 comments on commit c27e541

Please sign in to comment.