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 644e168 commit b93598c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mekom_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:

# Build with Maven
- name: Build with Maven
run: mvn -B package -DskipTests
# run: mvn -B package -DskipTests
run: |
mkdir -p apps/github-workflows/deploy-modules && cp -R . apps/github-workflows/deploy-modules
ls apps/github-workflows/deploy-modules
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b93598c

Please sign in to comment.