diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 2b108e6..87ee674 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -26,7 +26,7 @@ on: description: "Run integration tests" required: true type: boolean - default: false + default: true jobs: run-integration-tests: diff --git a/.github/workflows/run_integration_tests.yml b/.github/workflows/run_integration_tests.yml index 8279225..c378b4b 100644 --- a/.github/workflows/run_integration_tests.yml +++ b/.github/workflows/run_integration_tests.yml @@ -12,7 +12,7 @@ on: jobs: run-integration-tests: name: Run integration tests - timeout-minutes: 90 + timeout-minutes: 60 runs-on: macos-13 steps: - uses: actions/checkout@v3