Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 9403dc1

Browse files
authored
Merge pull request #40 from num-codex/39-fix-ci-packaging
Build Only Process Submodule
2 parents c7944f7 + 124f3d8 commit 9403dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
servers: '[{"id": "highmed-dsf", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
8383

8484
- name: Build with Maven
85-
run: mvn -B deploy -DskipTests --file pom.xml
85+
run: mvn -B deploy -DskipTests --file codex-process-feasibility/pom.xml
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
USERNAME: ${{ github.actor }}

0 commit comments

Comments
 (0)