diff --git a/.github/workflows/samples-elm.yaml b/.github/workflows/samples-elm.yaml index 28e9047e952..364cafbea82 100644 --- a/.github/workflows/samples-elm.yaml +++ b/.github/workflows/samples-elm.yaml @@ -4,9 +4,11 @@ on: push: paths: - samples/client/petstore/elm/** + - samples/openapi3/client/elm/** pull_request: paths: - samples/client/petstore/elm/** + - samples/openapi3/client/elm/** jobs: build: name: Build Elm clients @@ -17,6 +19,7 @@ jobs: sample: # clients - samples/client/petstore/elm + - samples/openapi3/client/elm steps: - uses: actions/checkout@v3 - uses: jorelali/setup-elm@v5 diff --git a/samples/openapi3/client/elm/pom.xml b/samples/openapi3/client/elm/pom.xml index 1088d3744c5..1c96f6e8c37 100644 --- a/samples/openapi3/client/elm/pom.xml +++ b/samples/openapi3/client/elm/pom.xml @@ -41,3 +41,4 @@ +