Skip to content

Commit

Permalink
test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Apr 2, 2024
1 parent 8a1062a commit 7ae4a32
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: integration-tests

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
# TODO: revert me
# workflow_dispatch:
# push:
# branches: [main]
# pull_request:

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down Expand Up @@ -48,6 +50,7 @@ jobs:
- "./tests/Kiota.Builder.IntegrationTests/NoUnderscoresInModel.yaml"
- "./tests/Kiota.Builder.IntegrationTests/ToDoApi.yaml"
- "./tests/Kiota.Builder.IntegrationTests/GeneratesUritemplateHints.yaml"
- "./tests/Kiota.Builder.IntegrationTests/DiscriminatorSample.yaml"
- "oas::petstore"
- "apisguru::twitter.com:current"
- "apisguru::notion.com"
Expand All @@ -59,7 +62,7 @@ jobs:
- "apisguru::docusign.net"
- "apisguru::github.com:api.github.com"
- "apisguru::apis.guru"

steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 7ae4a32

Please sign in to comment.