Skip to content

Commit

Permalink
EP-4379
Browse files Browse the repository at this point in the history
  • Loading branch information
oplekal committed Jan 3, 2025
1 parent 2776519 commit 82699c1
Show file tree
Hide file tree
Showing 176 changed files with 1,017 additions and 2,179 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:

- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd eperusteet-ylops-service
mvn clean verify --batch-mode -Pit
Expand Down
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generoi openapi-kuvaukset
gen_openapi:
@cd eperusteet-ylops-service/ \
&& mvn clean compile -P generate-openapi \
&& mvn clean verify -Pspringdoc \
&& cp target/openapi/ylops.spec.json ../generated

# Generoi julkiset openapi-kuvaukset
gen_openapi_ext:
@cd eperusteet-ylops-service/ \
&& mvn clean compile -P generate-openapi-ext \
&& mvn clean verify -Pspringdoc-ext \
&& cp target/openapi/ylops-ext.spec.json ../generated
Loading

0 comments on commit 82699c1

Please sign in to comment.