diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 60db7ac..2512226 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -42,7 +42,7 @@ jobs: - run: cp ./executor-pool/target/executor-pool-0.0.1-SNAPSHOT.jar ./target - name: Build with Maven - run: mvn -f executorBase/pom.xml --batch-mode --update-snapshots install + run: mvn -f executor-base/pom.xml --batch-mode --update-snapshots install - name: Build with Maven run: mvn -f executor1/pom.xml --batch-mode --update-snapshots verify