Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Jan 2, 2024
1 parent b93598c commit c2cb33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mekom_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Maven
# run: mvn -B package -DskipTests
run: |
mkdir -p apps/github-workflows/deploy-modules && cp -R . apps/github-workflows/deploy-modules
mkdir -p apps/github-workflows/deploy-modules && mvn -B package -DskipTests
ls apps/github-workflows/deploy-modules
publish:
Expand Down

0 comments on commit c2cb33e

Please sign in to comment.