From f05b558796bb2dc8c8d8c26acf6b830dce825b64 Mon Sep 17 00:00:00 2001 From: Julien Hagestedt Date: Mon, 8 Jun 2020 16:09:09 +0200 Subject: [PATCH] feat: openapi --- .github/workflows/ci-master.yml | 4 ++++ pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index baf3350..d517391 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -49,6 +49,10 @@ jobs: with: name: target path: target + - uses: actions/upload-artifact@v1 + with: + name: openapi.json + path: target/openapi.json - name: docker build run: | docker build \ diff --git a/pom.xml b/pom.xml index 262fb9b..34a054e 100644 --- a/pom.xml +++ b/pom.xml @@ -230,6 +230,10 @@ + + http://localhost:8080/api/docs + openapi.json + org.apache.maven.plugins