From 854afc9be191080e71f45b06b99d9401155aee54 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Thu, 4 May 2023 16:16:58 +0800 Subject: [PATCH] Update elm workflow to cover more tests (#15415) * add more elm tests * trigger build failure * Revert "trigger build failure" This reverts commit 83b407f5a124439023835abaab39cc25ea623362. --- .github/workflows/samples-elm.yaml | 3 +++ samples/openapi3/client/elm/pom.xml | 1 + 2 files changed, 4 insertions(+) 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 @@ +