Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jul 18, 2024
1 parent b5d2f92 commit 6dc2a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
export TESTS_RUNTIME_TYPE=pulsar
./mvnw failsafe:integration-test failsafe:verify -pl ":langstream-runtime-impl" -DintegrationTests.groups=group-1 $MAVEN_COMMON_SKIP_FLAGS
- name: Deployer
test_cmd: ./mvnw verify -f :langstream-k8s-deployer-operator -Pdocker $MAVEN_COMMON_SKIP_FLAGS
test_cmd: ./mvnw verify -f ":langstream-k8s-deployer-operator" -Pdocker $MAVEN_COMMON_SKIP_FLAGS
- name: Api Gateway
test_cmd: ./mvnw verify -pl ":langstream-api-gateway" $MAVEN_COMMON_SKIP_FLAGS
- name: Control plane
Expand Down

0 comments on commit 6dc2a61

Please sign in to comment.