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:
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

View File

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