Update elm workflow to cover more tests (#15415)

* add more elm tests

* trigger build failure

* Revert "trigger build failure"

This reverts commit 83b407f5a124439023835abaab39cc25ea623362.
This commit is contained in:
William Cheng 2023-05-04 16:16:58 +08:00 committed by GitHub
parent bc6d30832b
commit 854afc9be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -4,9 +4,11 @@ on:
push: push:
paths: paths:
- samples/client/petstore/elm/** - samples/client/petstore/elm/**
- samples/openapi3/client/elm/**
pull_request: pull_request:
paths: paths:
- samples/client/petstore/elm/** - samples/client/petstore/elm/**
- samples/openapi3/client/elm/**
jobs: jobs:
build: build:
name: Build Elm clients name: Build Elm clients
@ -17,6 +19,7 @@ jobs:
sample: sample:
# clients # clients
- samples/client/petstore/elm - samples/client/petstore/elm
- samples/openapi3/client/elm
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: jorelali/setup-elm@v5 - uses: jorelali/setup-elm@v5

View File

@ -41,3 +41,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>