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 83b407f5a1.
This commit is contained in:
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user