From 7ae4a32527ba29f742273047726ea2441b40fade Mon Sep 17 00:00:00 2001 From: Andrea Peruffo Date: Tue, 2 Apr 2024 18:53:01 +0100 Subject: [PATCH] test in ci --- .github/workflows/integration-tests.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8e1fc56376..c5769a7483 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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. @@ -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" @@ -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