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 8e93d43
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_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
2 changes: 1 addition & 1 deletion remote-helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-ee-with-tools</artifactId>
<version>${version.server}</version>
<version>${version.bom.ee}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8e93d43

Please sign in to comment.