forked from loafle/openapi-generator-original
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:
parent
bc6d30832b
commit
854afc9be1
3
.github/workflows/samples-elm.yaml
vendored
3
.github/workflows/samples-elm.yaml
vendored
@ -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
|
||||
|
@ -41,3 +41,4 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user